Partager via


IServiceTokenHandler.TryValidateSchedulerToken Méthode

Définition

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

token
String

Représentation String du jeton d’authentification à valider.

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

truesi est valide ; sinon,tokenfalse/

S’applique à