SamlSubject.KeyIdentifier Propriedade

Definição

Obtém ou define um identificador de chave que fornece acesso a uma chave criptográfica detida pelo sujeito do token de segurança SAML.

public:
 property System::IdentityModel::Tokens::SecurityKeyIdentifier ^ KeyIdentifier { System::IdentityModel::Tokens::SecurityKeyIdentifier ^ get(); void set(System::IdentityModel::Tokens::SecurityKeyIdentifier ^ value); };
public System.IdentityModel.Tokens.SecurityKeyIdentifier KeyIdentifier { get; set; }
member this.KeyIdentifier : System.IdentityModel.Tokens.SecurityKeyIdentifier with get, set
Public Property KeyIdentifier As SecurityKeyIdentifier

Valor de Propriedade

A SecurityKeyIdentifier que fornece acesso a uma chave criptográfica detida pelo sujeito do SamlSecurityToken token de segurança.

Observações

A chave incluída no identificador de chave representada pela KeyIdentifier propriedade é desencriptada e definida para a Crypto propriedade quando o SamlSubject método é chamado.

A KeyIdentifier propriedade corresponde ao <ds:KeyInfo> elemento filho de um <saml:SubjectConfirmation> elemento de uma afirmação SAML.

Aplica-se a

Ver também