Op Englesch liesen Editéieren

Deelen iwwer


SamlSubject.KeyIdentifier Property

Definition

Gets or sets a key identifier that provides access to a cryptographic key held by the subject of the SAML security token.

C#
public System.IdentityModel.Tokens.SecurityKeyIdentifier KeyIdentifier { get; set; }

Property Value

A SecurityKeyIdentifier that provides access to a cryptographic key held by the subject of the SamlSecurityToken security token.

Remarks

The key included in the key identifier that is represented by the KeyIdentifier property is decrypted and set to the Crypto property when the SamlSubject method is called.

The KeyIdentifier property corresponds to the <ds:KeyInfo> child element of a <saml:SubjectConfirmation> element of a SAML assertion.

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also