Partager via


JwtTokenExtractor.GetIdentityAsync Méthode

Définition

Surcharges

GetIdentityAsync(String, String)

Obtient l’identité des revendications associée à une requête.

GetIdentityAsync(String, String, String)

Obtient l’identité des revendications associée à une requête.

GetIdentityAsync(String, String, String[])

Obtient l’identité des revendications associée à une requête.

GetIdentityAsync(String, String, String, String[])

Obtient l’identité des revendications associée à une requête.

GetIdentityAsync(String, String)

Obtient l’identité des revendications associée à une requête.

public System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> GetIdentityAsync (string authorizationHeader, string channelId);
member this.GetIdentityAsync : string * string -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Function GetIdentityAsync (authorizationHeader As String, channelId As String) As Task(Of ClaimsIdentity)

Paramètres

authorizationHeader
String

En-tête HTTP brut au format : « Porteur [longString] ».

channelId
String

ID du canal en cours de validation dans la demande d’origine.

Retours

Objet Task<TResult>.

S’applique à

GetIdentityAsync(String, String, String)

Obtient l’identité des revendications associée à une requête.

public System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> GetIdentityAsync (string scheme, string parameter, string channelId);
member this.GetIdentityAsync : string * string * string -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Function GetIdentityAsync (scheme As String, parameter As String, channelId As String) As Task(Of ClaimsIdentity)

Paramètres

scheme
String

Schéma associé.

parameter
String

Jeton.

channelId
String

ID du canal en cours de validation dans la demande d’origine.

Retours

Objet Task<TResult>.

S’applique à

GetIdentityAsync(String, String, String[])

Obtient l’identité des revendications associée à une requête.

public System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> GetIdentityAsync (string authorizationHeader, string channelId, string[] requiredEndorsements);
member this.GetIdentityAsync : string * string * string[] -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Function GetIdentityAsync (authorizationHeader As String, channelId As String, requiredEndorsements As String()) As Task(Of ClaimsIdentity)

Paramètres

authorizationHeader
String

En-tête HTTP brut au format : « Porteur [longString] ».

channelId
String

ID du canal en cours de validation dans la demande d’origine.

requiredEndorsements
String[]

Les approbations JWT requises.

Retours

Objet Task<TResult>.

S’applique à

GetIdentityAsync(String, String, String, String[])

Obtient l’identité des revendications associée à une requête.

public System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> GetIdentityAsync (string scheme, string parameter, string channelId, string[] requiredEndorsements);
member this.GetIdentityAsync : string * string * string * string[] -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Function GetIdentityAsync (scheme As String, parameter As String, channelId As String, requiredEndorsements As String()) As Task(Of ClaimsIdentity)

Paramètres

scheme
String

Schéma associé.

parameter
String

Jeton.

channelId
String

ID du canal en cours de validation dans la demande d’origine.

requiredEndorsements
String[]

Les approbations JWT requises.

Retours

Objet Task<TResult>.

S’applique à