SamlSubject.KeyIdentifier Propriedade

Definição

Obtém ou define um identificador de chave que fornece acesso a uma chave de criptografia mantida pelo 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 da propriedade

SecurityKeyIdentifier

Um SecurityKeyIdentifier que fornece acesso a uma chave de criptografia mantida pela entidade do token de segurança de SamlSecurityToken.

Comentários

A chave incluída no identificador de chave que é representado pela KeyIdentifier propriedade é descriptografada e definida como 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 declaração SAML.

Aplica-se a

Confira também