Op Englesch liesen Editéieren

Deelen iwwer


SamlSubject.Crypto Property

Definition

Gets or sets the cryptographic key that is used to verify the digital signature that is identified by this SAML subject statement.

C#
public System.IdentityModel.Tokens.SecurityKey Crypto { get; set; }

Property Value

A SecurityKey that contains the cryptographic key that is used to verify the digital signature for a SAML security token.

Remarks

When the SamlSubject method is called, the cryptographic key specified in the <ds:KeyInfo> element of the digital signature for the SAML security token is used to set the Crypto property. This cryptographic key identifies the subject.

The key identifier for the <ds:KeyInfo> element is represented by the KeyIdentifier property.

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