SamlAssertion.SigningCredentials Property

Definition

Gets or sets the security credentials that are used to digitally sign the SAML assertion.

public:
 property System::IdentityModel::Tokens::SigningCredentials ^ SigningCredentials { System::IdentityModel::Tokens::SigningCredentials ^ get(); void set(System::IdentityModel::Tokens::SigningCredentials ^ value); };
public System.IdentityModel.Tokens.SigningCredentials SigningCredentials { get; set; }
member this.SigningCredentials : System.IdentityModel.Tokens.SigningCredentials with get, set
Public Property SigningCredentials As SigningCredentials

Property Value

A SigningCredentials that is used to digitally sign the SAML assertion.

Exceptions

The IsReadOnly property is true and an attempt is made to set the SigningCredentials property.

Remarks

The SigningCredentials property represents the credentials that are used to sign a SAML assertion when it is serialized into XML. Similarly, the SigningToken property represents the security token that signed a SAML token in an incoming SOAP message.

Applies to