Saml2Conditions Class
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.
Represents the Conditions element specified in [Saml2Core, 2.5.1].
public ref class Saml2Conditions
public class Saml2Conditions
type Saml2Conditions = class
Public Class Saml2Conditions
- Inheritance
-
Saml2Conditions
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2Conditions() |
Initializes a new instance of the Saml2Conditions class. |
Properties
AudienceRestrictions |
Gets a collection that specifies the audience to which the assertion is addressed. [Saml2Core, 2.5.1] |
NotBefore |
Gets or sets the earliest time instant at which the assertion is valid. [Saml2Core, 2.5.1] |
NotOnOrAfter |
Gets or sets the time instant at which the assertion has expired. [Saml2Core, 2.5.1] |
OneTimeUse |
Gets a value that specifies whether the assertion should be used immediately and must not be retained for future use. [Saml2Core, 2.5.1] |
ProxyRestriction |
Gets or sets the limitations that the asserting party imposes on relying parties that wish to subsequently act as asserting parties themselves and issue assertions of their own on the basis of the information contained in the original assertion. [Saml2Core, 2.5.1] |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |