Compartir a través de


SamlSubject.KeyIdentifier Propiedad

Definición

Obtiene o establece un identificador clave que proporciona acceso a una clave criptográfica mantenido por el sujeto del token de seguridad de 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 propiedad

SecurityKeyIdentifier que proporciona acceso a una clave criptográfica mantenida por el sujeto del token de seguridad SamlSecurityToken.

Comentarios

La clave incluida en el identificador clave que se representa por la propiedad KeyIdentifier se descifra y se establece a la propiedad Crypto cuando se llama al método SamlSubject.

La propiedad KeyIdentifier se corresponde con el elemento secundario <ds:KeyInfo> de un elemento <saml:SubjectConfirmation> de una aserción de SAML.

Se aplica a

Consulte también