Condividi tramite


SamlSubject.KeyIdentifier Proprietà

Definizione

Ottiene o imposta un identificatore di chiave che fornisce l'accesso a una chiave crittografica contenuta nell'oggetto del token di sicurezza 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

Valore della proprietà

Oggetto SecurityKeyIdentifier che fornisce l'accesso a una chiave crittografica contenuta nell'oggetto del SamlSecurityToken token di sicurezza.

Commenti

La chiave inclusa nell'identificatore di chiave rappresentato dalla KeyIdentifier proprietà viene decrittografata e impostata sulla Crypto proprietà quando viene chiamato il SamlSubject metodo .

La KeyIdentifier proprietà corrisponde all'elemento <ds:KeyInfo> figlio di un <saml:SubjectConfirmation> elemento di un'asserzione SAML.

Si applica a

Vedi anche