Share via


Saml2Assertion.Statements Propiedad

Definición

Obtiene una colección que contiene las instrucciones relativas al sujeto creado en esta aserción.

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)

Valor de propiedad

Colección de tipos Saml2Statement que contiene los extractos para esta aserción.

Comentarios

Los elementos de esta colección pueden ser de tipo Saml2AttributeStatement, Saml2AuthenticationStatementy/o Saml2AuthorizationDecisionStatement para representar cada uno de los siguientes elementos SAML: AttributeStatement, AuthnStatement y AuthzDecisionStatement.

Se aplica a