WebAccountManager.PullCookiesAsync(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式提取 Cookie。 使用此選項,在使用者將其認證輸入網頁瀏覽器之後,在應用程式中啟用單一登入。
public:
static IAsyncAction ^ PullCookiesAsync(Platform::String ^ uriString, Platform::String ^ callerPFN);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncAction PullCookiesAsync(winrt::hstring const& uriString, winrt::hstring const& callerPFN);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction PullCookiesAsync(string uriString, string callerPFN);
function pullCookiesAsync(uriString, callerPFN)
Public Shared Function PullCookiesAsync (uriString As String, callerPFN As String) As IAsyncAction
參數
- uriString
-
String
Platform::String
winrt::hstring
要從中提取 Cookie 的 URI。
- callerPFN
-
String
Platform::String
winrt::hstring
呼叫端的套件系列名稱。
傳回
這個方法不會傳回值。
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10586.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v2.0 引進)
|