Udostępnij za pośrednictwem


SecurityTokenResolver.TryResolveSecurityKeyCore Metoda

Definicja

Próbuje pobrać klucz, do którego odwołuje się określona klauzula identyfikatora klucza.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause do pobrania klucza dla.

key
SecurityKey

Gdy ta metoda zostanie zwrócona, zawiera SecurityKey element zawierający klucz, do którego odwołuje się klauzula określonego identyfikatora klucza. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

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

Uwagi

Metoda jest wywoływana TryResolveSecurityKeyCoreTryResolveSecurityKey przez metody i ResolveSecurityKey .

Dotyczy