Udostępnij za pośrednictwem


SessionSecurityTokenResolver.TryResolveSecurityKeyCore Metoda

Definicja

Próbuje rozwiązać problem z rdzeniem klucza 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 zostanie zwrócona, zawiera rozpoznany rdzeń klucza. Ten parametr jest przekazywany jako niezainicjowany.

Zwraca

true jeśli rdzeń klucza został pomyślnie rozwiązany; w przeciwnym razie , false.

Dotyczy