SessionSecurityTokenResolver.TryResolveSecurityKeyCore Metoda

Definicja

Próbuje rozpoznać podstawowy klucz zabezpieczeń, biorąc pod uwagę określoną klauzulę identyfikatora klucza.

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

Klauzula identyfikatora klucza zabezpieczeń.

key
SecurityKey

Gdy ta metoda zwraca wartość , zawiera rozpoznany rdzeń klucza. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

Boolean

true jeśli klucz podstawowy został pomyślnie rozwiązany; w przeciwnym false razie .

Dotyczy