Saml2Assertion.Statements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the statements regarding the subject made in this assertion.
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)
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.