Saml2Assertion.Statements Proprietà

Definizione

Ottiene una raccolta che contiene le istruzioni relative all'oggetto di questa asserzione.

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)

Valore della proprietà

Raccolta di tipo Saml2Statement che contiene l'elenco di istruzioni per questa asserzione.

Commenti

Gli elementi di questa raccolta possono essere di tipo Saml2AttributeStatement, Saml2AuthenticationStatemente/o Saml2AuthorizationDecisionStatement per rappresentare ognuno dei seguenti elementi SAML: AttributeStatement, AuthnStatement e AuthzDecisionStatement.

Si applica a