SamlConditions.Conditions Property

Definition

Gets the set of conditions that must be taken into consideration when assessing the validity of a SAML assertion.

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

Property Value

An IEnumerable<T> of type SamlCondition that specifies a set of conditions that a recipient of a SAML assertion must take into account when assessing the validity of the assertion.

Remarks

The Conditions property corresponds to the <saml:Conditions> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to

See also