SecurityTokenServiceConfiguration.SigningCredentials Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.