SamlSecurityKeyIdentifierClause.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 SamlAssertion that is currently associated with this instance.
public:
property System::IdentityModel::Tokens::SamlAssertion ^ Assertion { System::IdentityModel::Tokens::SamlAssertion ^ get(); };
public System.IdentityModel.Tokens.SamlAssertion Assertion { get; }
member this.Assertion : System.IdentityModel.Tokens.SamlAssertion
Public ReadOnly Property Assertion As SamlAssertion
Property Value
The SamlAssertion 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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.