SessionSecurityTokenResolver.TryResolveSecurityKeyCore Método

Definição

Tenta resolver o núcleo da chave de segurança, considerando uma cláusula de identificador de chave especificada.

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

Parâmetros

keyIdentifierClause
SecurityKeyIdentifierClause

A cláusula do identificador de chave de segurança.

key
SecurityKey

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 núcleo token de chave tiver sido resolvido com êxito; caso contrário, false.

Aplica-se a