Share via


SamlEvidence.Assertions Propriété

Définition

Obtient la collection d’assertions SAML qui comprennent la preuve sur laquelle s’est basée l’autorité SAML pour restituer la décision d’autorisation.

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)

Valeur de propriété

IList<T> de type SamlAssertion qui contient la preuve sur laquelle s'est basée l'autorité SAML pour restituer la décision d'autorisation.

Remarques

La propriété AssertionIdReferences correspond à l'élément <saml:Assertion> défini dans Assertions et Protocole pour la spécification SAML (Security Assertion Markup Language) OASIS.

S’applique à