SecurityTokenServiceConfiguration.SigningCredentials Property

Definition

Gets or sets the signing credentials.

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

The signing credentials.

Remarks

Important

The SigningCredentials property is ignored when implementing an active security token service (STS). Instead you must set the service certificate through the Credentials property on the service host that is hosting your STS. The service host used for an active STS is represented by the WSTrustServiceHost class.

Applies to