SamlEvidence.Assertions Eigenschap

Definitie

Hiermee haalt u de verzameling SAML-asserties op die het bewijs vormen dat de SAML-instantie heeft vertrouwd om de autorisatiebeslissing weer te geven.

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ Assertions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion>
Public ReadOnly Property Assertions As IList(Of SamlAssertion)

Waarde van eigenschap

Een IList<T> type SamlAssertion dat het bewijs bevat dat de SAML-instantie heeft vertrouwd om de autorisatiebeslissing weer te geven.

Opmerkingen

De AssertionIdReferences eigenschap komt overeen met het <saml:Assertion> element dat is gedefinieerd in de Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)-specificatie.

Van toepassing op