Sdílet prostřednictvím


SecurityContextSecurityTokenResolver.TryResolveSecurityKeyCore Metoda

Definice

Pokusí se přeložit jádro klíče zabezpečení vzhledem k zadané klauzuli identifikátoru klíče.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

Klauzule identifikátoru klíče zabezpečení.

key
SecurityKey

Když se tato metoda vrátí, obsahuje vyřešené klíčové jádro. Tento parametr se předává neinicializovaný.

Návraty

Boolean

true jestli se klíčové jádro úspěšně vyřešilo; v opačném případě false .

Platí pro