SamlAssertion.Conditions Property

Definition

Gets or sets a set of conditions that may be taken into account when assessing the validity of the SAML assertion.

public:
 property System::IdentityModel::Tokens::SamlConditions ^ Conditions { System::IdentityModel::Tokens::SamlConditions ^ get(); void set(System::IdentityModel::Tokens::SamlConditions ^ value); };
public System.IdentityModel.Tokens.SamlConditions Conditions { get; set; }
member this.Conditions : System.IdentityModel.Tokens.SamlConditions with get, set
Public Property Conditions As SamlConditions

Property Value

A SamlConditions that specifies a set of conditions that may be taken into account when assessing the validity of the SAML assertion.

Exceptions

The IsReadOnly property is true and an attempt is made to set the Conditions property.

Remarks

The Conditions property corresponds to the <saml:Conditions> element defined in the OASIS SAML 1.1 specification.

Applies to