SamlAdvice.Assertions Property

Definition

Gets a collection of SAML assertions.

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ Assertions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion>
Public ReadOnly Property Assertions As IList(Of SamlAssertion)

Property Value

An IList<T> of type SamlAssertion that contains SAML assertions that provides additional information for a SAML assertion.

Remarks

The AssertionIdReferences property corresponds to the <saml:Assertion> child element of the <saml:Advice> element that is defined in the Assertions and Protocol for the OASIS SAML 1.1 specification.

When the value of the IsReadOnly property is true, the collection that is returned from the Assertions property is read-only.

Applies to