Saml2Assertion.Statements Propriedade

Definição

Obtém uma coleção que contém as instruções sobre o assunto feitas nessa declaraçã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 de tipos Saml2Statement que contém as instruções para essa declaração.

Comentários

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

Aplica-se a