Saml2Assertion.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 the conditions that must be evaluated when assessing the validity of and/or when using the assertion. [Saml2Core 2.3.3]
public:
property System::IdentityModel::Tokens::Saml2Conditions ^ Conditions { System::IdentityModel::Tokens::Saml2Conditions ^ get(); void set(System::IdentityModel::Tokens::Saml2Conditions ^ value); };
public System.IdentityModel.Tokens.Saml2Conditions Conditions { get; set; }
member this.Conditions : System.IdentityModel.Tokens.Saml2Conditions with get, set
Public Property Conditions As Saml2Conditions
Property Value
A Saml2Conditions that contains the conditions.
Remarks
The Conditions element.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.