Saml2Assertion.Statements Propriedade

Definição

Obtém uma coleção que contém as declarações sobre o assunto feitas nessa asserçã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 da propriedade

Uma coleção do tipo Saml2Statement que contém as instruções para essa asserção.

Comentários

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

Aplica-se a