Share via


SessionSecurityTokenResolver.TryResolveTokenCore Método

Definição

Tenta resolver o token do identificador de chave especificado.

Sobrecargas

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Tenta resolver o token do identificador de chave especificado.

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Tenta resolver o token da cláusula do identificador de chave especificado.

TryResolveTokenCore(SecurityKeyIdentifier, SecurityToken)

Tenta resolver o token do identificador de chave especificado.

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

Parâmetros

keyIdentifier
SecurityKeyIdentifier

O identificador de chave.

token
SecurityToken

Quando este método retorna, ele contém o núcleo de chave resolvido. Este parâmetro é passado não inicializado.

Retornos

true se o token de chave tiver sido resolvido com êxito; caso contrário, false.

Aplica-se a

TryResolveTokenCore(SecurityKeyIdentifierClause, SecurityToken)

Tenta resolver o token da cláusula do identificador de chave especificado.

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

Parâmetros

keyIdentifierClause
SecurityKeyIdentifierClause

A cláusula de identificador de chave.

token
SecurityToken

Quando este método retorna, ele contém o núcleo de chave resolvido. Este parâmetro é passado não inicializado.

Retornos

true se o token de chave tiver sido resolvido com êxito; caso contrário, false.

Aplica-se a