Freigeben über


WebAuthenticationCoreManager.GetTokenSilentlyAsync Methode

Definition

Überlädt

GetTokenSilentlyAsync(WebTokenRequest)

Versucht asynchron, ein Token abzurufen, ohne eine Benutzeroberfläche anzuzeigen. Der Benutzer wird nie aufgefordert, seine Anmeldeinformationen einzugeben.

GetTokenSilentlyAsync(WebTokenRequest, WebAccount)

Versucht asynchron, ein Token abzurufen, ohne eine Benutzeroberfläche anzuzeigen. Der Benutzer wird nie aufgefordert, seine Anmeldeinformationen einzugeben.

GetTokenSilentlyAsync(WebTokenRequest)

Versucht asynchron, ein Token abzurufen, ohne eine Benutzeroberfläche anzuzeigen. Der Benutzer wird nie aufgefordert, seine Anmeldeinformationen einzugeben.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ GetTokenSilentlyAsync(WebTokenRequest ^ request);
/// [Windows.Foundation.Metadata.Overload("GetTokenSilentlyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest const& request);
[Windows.Foundation.Metadata.Overload("GetTokenSilentlyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest request);
function getTokenSilentlyAsync(request)
Public Shared Function GetTokenSilentlyAsync (request As WebTokenRequest) As IAsyncOperation(Of WebTokenRequestResult)

Parameter

request
WebTokenRequest

Die Webtokenanforderung.

Gibt zurück

Ein asynchroner Anforderungsvorgang. Enthält bei erfolgreicher Fertigstellung ein WebTokenRequestResult-Objekt , das das Ergebnis der Webtokenanforderung darstellt.

Attribute

Hinweise

Im Gegensatz zu RequestTokenAsync können Sie diese Methode über Hintergrundthreads aufrufen.

Weitere Informationen

Gilt für:

GetTokenSilentlyAsync(WebTokenRequest, WebAccount)

Versucht asynchron, ein Token abzurufen, ohne eine Benutzeroberfläche anzuzeigen. Der Benutzer wird nie aufgefordert, seine Anmeldeinformationen einzugeben.

public:
 static IAsyncOperation<WebTokenRequestResult ^> ^ GetTokenSilentlyAsync(WebTokenRequest ^ request, WebAccount ^ webAccount);
/// [Windows.Foundation.Metadata.Overload("GetTokenSilentlyWithWebAccountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest const& request, WebAccount const& webAccount);
[Windows.Foundation.Metadata.Overload("GetTokenSilentlyWithWebAccountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebTokenRequestResult> GetTokenSilentlyAsync(WebTokenRequest request, WebAccount webAccount);
function getTokenSilentlyAsync(request, webAccount)
Public Shared Function GetTokenSilentlyAsync (request As WebTokenRequest, webAccount As WebAccount) As IAsyncOperation(Of WebTokenRequestResult)

Parameter

request
WebTokenRequest

Die Webtokenanforderung.

webAccount
WebAccount

Das Webkonto.

Gibt zurück

Ein asynchroner Anforderungsvorgang. Enthält bei erfolgreicher Fertigstellung ein WebTokenRequestResult-Objekt , das das Ergebnis der Webtokenanforderung darstellt.

Attribute

Weitere Informationen

Gilt für: