Saml2Assertion.Statements Propriedade

Definição

Obtém uma coleção que contém as declarações relativas ao assunto feitas nesta afirmação.

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 Propriedade

Uma coleção de tipos Saml2Statement que contém as afirmações para esta afirmação.

Observações

Os elementos desta coleção podem ser do tipo Saml2AttributeStatement, Saml2AuthenticationStatement, e/ou Saml2AuthorizationDecisionStatement representar cada um dos seguintes elementos SAML: AttributeStatement, AuthnStatement e AuthzDecisionStatement.

Aplica-se a