Partager via


TokenProvider.GetTokenAsync(String, TimeSpan) Méthode

Définition

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)

Paramètres

audience
String

Audience cible pour le jeton de sécurité.

validFor
TimeSpan

Durée pendant laquelle le jeton généré doit être valide.

Retours

Tâche retournant le SecurityToken nouvellement créé.

S’applique à