TokenProvider.GetTokenAsync(String, TimeSpan) Méthode
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.
Obtient un SecurityToken pour le public et la durée donnés.
public System.Threading.Tasks.Task<Microsoft.Azure.Relay.SecurityToken> GetTokenAsync (string audience, TimeSpan validFor);
member this.GetTokenAsync : string * TimeSpan -> System.Threading.Tasks.Task<Microsoft.Azure.Relay.SecurityToken>
Public Function GetTokenAsync (audience As String, validFor As TimeSpan) As Task(Of SecurityToken)
- audience
- String
Audience cible pour le jeton de sécurité.
- validFor
- TimeSpan
Durée pendant laquelle le jeton généré doit être valide.
Tâche retournant le SecurityToken nouvellement créé.
Commentaires sur Azure SDK for .NET
Azure SDK for .NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :