X509CertificateStoreTokenResolver.TryResolveTokenCore 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.
Usuwa określony identyfikator klucza lub klauzulę identyfikatora klucza do tokenu zabezpieczającego.
Przeciążenia
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken) |
Rozpoznaje określony identyfikator klucza do tokenu zabezpieczającego. |
TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken) |
Usuwa określoną klauzulę identyfikatora klucza do tokenu zabezpieczającego. |
TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)
Rozpoznaje określony identyfikator klucza do tokenu zabezpieczającego.
protected:
override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ keyIdentifier, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifier keyIdentifier, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifier * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifier As SecurityKeyIdentifier, ByRef token As SecurityToken) As Boolean
Parametry
- keyIdentifier
- SecurityKeyIdentifier
Identyfikator klucza do rozpoznania.
- token
- SecurityToken
Gdy ta metoda zostanie zwrócona, zawiera token zabezpieczający, który został rozpoznany z identyfikatora klucza. Ten parametr jest traktowany jako niezainicjowany.
Zwraca
true
jeśli identyfikator klucza został pomyślnie rozpoznany; w przeciwnym razie , false
.
Wyjątki
keyIdentifier
to null
.
Dotyczy
TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)
Usuwa określoną klauzulę identyfikatora klucza do tokenu zabezpieczającego.
protected:
override bool TryResolveTokenCore(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, [Runtime::InteropServices::Out] System::IdentityModel::Tokens::SecurityToken ^ % token);
protected override bool TryResolveTokenCore (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, out System.IdentityModel.Tokens.SecurityToken token);
override this.TryResolveTokenCore : System.IdentityModel.Tokens.SecurityKeyIdentifierClause * SecurityToken -> bool
Protected Overrides Function TryResolveTokenCore (keyIdentifierClause As SecurityKeyIdentifierClause, ByRef token As SecurityToken) As Boolean
Parametry
- keyIdentifierClause
- SecurityKeyIdentifierClause
Klauzula identyfikatora klucza do rozwiązania.
- token
- SecurityToken
Gdy ta metoda zostanie zwrócona, zawiera token zabezpieczający, 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
.