Share via


SamlAssertion.Statements Propriété

Définition

Obtient l'ensemble d'instructions SAML associé à l'assertion SAML.

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

Valeur de propriété

IList<T> de type SamlStatement qui contient les instructions SAML associées à l'assertion SAML.

Remarques

Utilisez l'SamlAssertion pour définir les instructions SAML associées à une assertion SAML ou ajoutez-la directement à la collection retournée par cette propriété lorsque la propriété IsReadOnly est false.

Le tableau suivant mappe les trois types d'instructions SAML définis dans Assertions et Protocole pour la spécification SAML OASIS à leurs types respectifs.

Type d'instruction Type CLR
Authentification SamlAuthenticationStatement
Attribut SamlAttributeStatement
Décision d'autorisation SamlAuthorizationDecisionStatement
Instruction définie dans un schéma d’extensions SamlStatement
Instruction de sujet définie dans un schéma d'extensions SamlSubjectStatement

S’applique à