Sdílet prostřednictvím


JwtTokenExtractor.GetIdentityAsync Metoda

Definice

Přetížení

GetIdentityAsync(String, String)

Získá identitu deklarací identity přidružené k požadavku.

GetIdentityAsync(String, String, String)

Získá identitu deklarací identity přidružené k požadavku.

GetIdentityAsync(String, String, String[])

Získá identitu deklarací identity přidružené k požadavku.

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

Získá identitu deklarací identity přidružené k požadavku.

GetIdentityAsync(String, String)

Získá identitu deklarací identity přidružené k požadavku.

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)

Parametry

authorizationHeader
String

Nezpracovaná hlavička HTTP ve formátu Bearer [longString]

channelId
String

ID kanálu ověřovaného v původní žádosti.

Návraty

Objekt Task<TResult> .

Platí pro

GetIdentityAsync(String, String, String)

Získá identitu deklarací identity přidružené k požadavku.

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)

Parametry

scheme
String

Přidružené schéma.

parameter
String

Token.

channelId
String

ID kanálu ověřovaného v původní žádosti.

Návraty

Objekt Task<TResult> .

Platí pro

GetIdentityAsync(String, String, String[])

Získá identitu deklarací identity přidružené k požadavku.

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)

Parametry

authorizationHeader
String

Nezpracovaná hlavička HTTP ve formátu Bearer [longString]

channelId
String

ID kanálu ověřovaného v původní žádosti.

requiredEndorsements
String[]

Požadované doporučení JWT.

Návraty

Objekt Task<TResult> .

Platí pro

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

Získá identitu deklarací identity přidružené k požadavku.

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)

Parametry

scheme
String

Přidružené schéma.

parameter
String

Token.

channelId
String

ID kanálu ověřovaného v původní žádosti.

requiredEndorsements
String[]

Požadované doporučení JWT.

Návraty

Objekt Task<TResult> .

Platí pro