Sdílet prostřednictvím


X509CertificateStoreTokenResolver.TryResolveTokenCore Metoda

Definice

Přeloží zadaný identifikátor klíče nebo klauzuli identifikátoru klíče na token zabezpečení.

Přetížení

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Přeloží zadaný identifikátor klíče na token zabezpečení.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Přeloží klauzuli identifikátoru zadaného klíče na token zabezpečení.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Přeloží zadaný identifikátor klíče na token zabezpečení.

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

Identifikátor klíče, který se má přeložit.

token
SecurityToken

Když tato metoda vrátí, obsahuje token zabezpečení, který byl přeložen z identifikátoru klíče. Tento parametr je považován za neinicializovaný.

Návraty

truepokud se identifikátor klíče úspěšně přeloží; v opačném případě . false

Výjimky

keyIdentifier je null.

Platí pro

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Přeloží klauzuli identifikátoru zadaného klíče na token zabezpečení.

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

Klauzule identifikátoru klíče, která se má vyřešit.

token
SecurityToken

Když tato metoda vrátí, obsahuje token zabezpečení, který byl přeložen z klauzule identifikátoru klíče. Tento parametr je považován za neinicializovaný.

Návraty

truepokud se klauzule identifikátoru klíče úspěšně přeložila; v opačném případě . false

Výjimky

keyIdentifierClause je null.

Platí pro