Saml2SecurityKeyIdentifierClause.Assertion 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 Saml2Assertion that is currently associated with this instance.
public:
property System::IdentityModel::Tokens::Saml2Assertion ^ Assertion { System::IdentityModel::Tokens::Saml2Assertion ^ get(); };
public System.IdentityModel.Tokens.Saml2Assertion Assertion { get; }
member this.Assertion : System.IdentityModel.Tokens.Saml2Assertion
Public ReadOnly Property Assertion As Saml2Assertion
Property Value
The Saml2Assertion that is currently associated with this instance. Can be null
.
Remarks
The assertion can be queried to obtain information about the issuer when resolving the key needed to check the signature.
The assertion returned may be null
.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.