Saml2Assertion.Statements Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection qui contient des instructions concernant l'objet créé dans cette assertion.
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ Statements { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> Statements { get; }
member this.Statements : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement>
Public ReadOnly Property Statements As Collection(Of Saml2Statement)
Valeur de propriété
Collection de type Saml2Statement qui contient les instructions pour cette assertion.
Remarques
Les éléments de cette collection peuvent être de type Saml2AttributeStatement, Saml2AuthenticationStatementet/ou Saml2AuthorizationDecisionStatement pour représenter chacun des éléments SAML suivants : AttributeStatement, AuthnStatement et AuthzDecisionStatement.