Saml2Assertion.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.
The credentials used by the issuer to protect the integrity of the 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 represents the credentials.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.