Udostępnij za pośrednictwem


SecurityTokenResolver.TryResolveTokenCore Metoda

Definicja

Próbuje pobrać klucz, do którego odwołuje się określony obiekt.

Przeciążenia

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Po zastąpieniu w klasie pochodnej próbuje pobrać token zabezpieczający zgodny z co najmniej jedną z klauzul identyfikatora klucza zawartą w określonym identyfikatorze klucza.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Po zastąpieniu w klasie pochodnej próbuje rozpoznać token zabezpieczający zgodny z określoną klauzulą identyfikatora klucza.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Źródło:
SecurityTokenResolver.cs
Źródło:
SecurityTokenResolver.cs
Źródło:
SecurityTokenResolver.cs

Po zastąpieniu w klasie pochodnej próbuje pobrać token zabezpieczający zgodny z co najmniej jedną z klauzul identyfikatora klucza zawartą w określonym identyfikatorze klucza.

protected:
 abstract bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected abstract bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier, out System.IdentityModel.Tokens.SecurityToken token);
abstract member TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifier * SecurityToken -> bool
Protected MustOverride Function TryResolveTokenCore (keyIdentifier As SecurityKeyIdentifier, ByRef token As SecurityToken) As Boolean

Parametry

keyIdentifier
SecurityKeyIdentifier

Element SecurityKeyIdentifier do utworzenia tokenu zabezpieczającego.

token
SecurityToken

Gdy ta metoda zostanie zwrócona, zawiera element SecurityToken reprezentujący określony identyfikator klucza. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

true gdy można pobrać token zabezpieczający dla określonego identyfikatora klucza; w przeciwnym razie , false.

Uwagi

Metoda jest wywoływana TryResolveTokenCore przez TryResolveToken metody i ResolveToken .

Dotyczy

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Źródło:
SecurityTokenResolver.cs
Źródło:
SecurityTokenResolver.cs
Źródło:
SecurityTokenResolver.cs

Po zastąpieniu w klasie pochodnej próbuje rozpoznać token zabezpieczający zgodny z określoną klauzulą identyfikatora klucza.

protected:
 abstract bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected abstract bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityToken token);
abstract member TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifierClause * SecurityToken -> bool
Protected MustOverride Function TryResolveTokenCore (keyIdentifierClause As SecurityKeyIdentifierClause, ByRef token As SecurityToken) As Boolean

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

Element SecurityKeyIdentifierClause do utworzenia tokenu zabezpieczającego.

token
SecurityToken

Gdy ta metoda zostanie zwrócona, zawiera klauzulę , która reprezentuje określoną klauzulę SecurityToken identyfikatora klucza. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

true gdy można pobrać token zabezpieczający dla określonej klauzuli identyfikatora klucza; w przeciwnym razie , false.

Uwagi

Metoda jest wywoływana TryResolveTokenCore przez TryResolveToken metody i ResolveToken .

Dotyczy