Saml2Assertion.Statements Property

Definition

Gets a collection that contains the statements regarding the subject made in this assertion.

C#
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> Statements { get; }

Property Value

A collection of type Saml2Statement that contains the statements for this assertion.

Remarks

Elements in this collection can be of type Saml2AttributeStatement, Saml2AuthenticationStatement, and/or Saml2AuthorizationDecisionStatement to represent each of the following SAML elements: AttributeStatement, AuthnStatement, and AuthzDecisionStatement.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1