SamlAssertion.SigningToken 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 the security token contained in or referenced by a digitally signed SAML assertion.
public:
property System::IdentityModel::Tokens::SecurityToken ^ SigningToken { System::IdentityModel::Tokens::SecurityToken ^ get(); };
public:
property System::IdentityModel::Tokens::SecurityToken ^ SigningToken { System::IdentityModel::Tokens::SecurityToken ^ get(); void set(System::IdentityModel::Tokens::SecurityToken ^ value); };
public System.IdentityModel.Tokens.SecurityToken SigningToken { get; }
public System.IdentityModel.Tokens.SecurityToken SigningToken { get; set; }
member this.SigningToken : System.IdentityModel.Tokens.SecurityToken
member this.SigningToken : System.IdentityModel.Tokens.SecurityToken with get, set
Public ReadOnly Property SigningToken As SecurityToken
Public Property SigningToken As SecurityToken
Property Value
A SecurityToken contained in or referenced by a digitally signed SAML assertion.
Remarks
When the ReadXml method is called and a SAML assertion is digitally signed, the digital signature is set to the SigningCredentials property. When the SAML assertion is not digitally signed, the value of the SigningCredentials property is null
.