IServiceTokenHandler.TryValidateSchedulerToken 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.
Valide une représentation sous forme de chaîne d’un jeton d’authentification de service mobile utilisé pour authentifier une requête ciblant un IScheduledJob.
public bool TryValidateSchedulerToken (string token, string secretKey, out System.Security.Claims.ClaimsPrincipal claimsPrincipal);
abstract member TryValidateSchedulerToken : string * string * ClaimsPrincipal -> bool
Public Function TryValidateSchedulerToken (token As String, secretKey As String, ByRef claimsPrincipal As ClaimsPrincipal) As Boolean
Paramètres
- secretKey
- String
Clé secrète avec laquelle le jeton a été signé.
- claimsPrincipal
- ClaimsPrincipal
Résultant ClaimsPrincipal si le jeton est valide ; null sinon.
Retours
true
si est valide ; sinon,token
false
/
S’applique à
Azure SDK for .NET