SecurityTokenResolver.TryResolveSecurityKeyCore Metoda

Definice

Pokusí se načíst klíč, na který odkazuje zadaná klauzule identifikátoru klíče.

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 pro načtení klíče.

key
SecurityKey

Pokud tato metoda vrátí, obsahuje SecurityKey obsahující klíč odkazovaný v zadané klauzuli identifikátor klíče. Tento parametr se předává neinicializovaný.

Návraty

truepokud lze klíč načíst pro zadanou klauzuli identifikátoru klíče; v opačném případě . false

Poznámky

Metoda TryResolveSecurityKeyCore je volána metodami TryResolveSecurityKey a ResolveSecurityKey metodami.

Platí pro