SamlSecurityToken.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 SAML assertion for this security token.
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
A SamlAssertion that represents the SAML assertion for this security token.
Remarks
For SamlSecurityToken security tokens, the claims are specified using a SAML assertion.
Use a constructor or the Initialize(SamlAssertion) method to set the Assertion property.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.