Saml2Assertion.Statements Właściwość

Definicja

Pobiera kolekcję zawierającą oświadczenia dotyczące podmiotu dokonanego w tym asercji.

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)

Wartość właściwości

Kolekcja typu Saml2Statement , która zawiera instrukcje dla tej asercji.

Uwagi

Elementy w tej kolekcji mogą być typu Saml2AttributeStatement, Saml2AuthenticationStatementi/lub Saml2AuthorizationDecisionStatement do reprezentowania każdego z następujących elementów SAML: AttributeStatement, AuthnStatement i AuthzDecisionStatement.

Dotyczy