Saml2SecurityToken.Assertion Właściwość

Definicja

Pobiera potwierdzenie SAML dla tego tokenu zabezpieczającego.

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

Wartość właściwości

Saml2Assertion

Saml2AssertionReprezentuje potwierdzenie SAML dla tego tokenu zabezpieczającego.

Uwagi

W przypadku Saml2SecurityToken tokenów zabezpieczających oświadczenia są określane przy użyciu potwierdzenia SAML.

Użyj konstruktora lub Saml2SecurityToken.Saml2SecurityToken(Saml2Assertion) metody do ustawienia Assertion właściwości.

Dotyczy