X509CertificateStoreTokenResolver.TryResolveSecurityKeyCore Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Próbuje rozpoznać określoną klauzulę identyfikatora klucza dla klucza zabezpieczeń.
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, z której ma zostać rozpoznany klucz zabezpieczeń.
- key
- SecurityKey
Gdy ta metoda zostanie zwrócona, zawiera klucz zabezpieczeń, który został rozpoznany z klauzuli identyfikatora klucza. Ten parametr jest traktowany jako niezainicjowany.
Zwraca
true
jeśli klauzula identyfikatora klucza została pomyślnie rozpoznana; w przeciwnym razie , false
.
Wyjątki
keyIdentifierClause
to null
.