TokenProvider.GetWebTokenAsync(String, String, Boolean, TimeSpan) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère de manière asynchrone le jeton web pour le fournisseur.
public System.Threading.Tasks.Task<string> GetWebTokenAsync (string appliesTo, string action, bool bypassCache, TimeSpan timeout);
member this.GetWebTokenAsync : string * string * bool * TimeSpan -> System.Threading.Tasks.Task<string>
Public Function GetWebTokenAsync (appliesTo As String, action As String, bypassCache As Boolean, timeout As TimeSpan) As Task(Of String)
Paramètres
- appliesTo
- String
URI auquel le jeton d’accès s’applique.
- action
- String
Action de demande.
- bypassCache
- Boolean
true pour ignorer les informations de jeton existantes dans le cache ; false pour utiliser les informations de jeton dans le cache.
- timeout
- TimeSpan
Intervalle de temps qui spécifie la valeur de délai d’expiration du message qui obtient le jeton de sécurité.
Retours
Résultat de l'opération asynchrone.
S’applique à
Azure SDK for .NET