SamlAssertion.Conditions 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 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.