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]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf
public class Saml2Conditions
type Saml2Conditions = class
Public Class Saml2Conditions
- Inheritance
-
Saml2Conditions
Constructors
Saml2Conditions() |
Initializes a new instance of Saml2Conditions. class. |
Saml2Conditions(IEnumerable<Saml2AudienceRestriction>) |
Initializes a new instance of Saml2Conditions. class. |
Properties
AudienceRestrictions |
Gets a collection of Saml2AudienceRestriction that the assertion is addressed to. [Saml2Core, 2.5.1] |
NotBefore |
Gets or sets the earliest time instant at which the assertion is valid. If the provided DateTime is not in UTC, it will be converted to UTC. [Saml2Core, 2.5.1] |
NotOnOrAfter |
Gets or sets the time instant at which the assertion has expired. If the provided DateTime is not in UTC, it will be converted to UTC. [Saml2Core, 2.5.1] |
OneTimeUse |
Gets or sets a value indicating whether the assertion SHOULD be used immediately and MUST NOT be retained for future use. [Saml2Core, 2.5.1] |
ProxyRestriction |
Gets or sets the Saml2ProxyRestriction that specified 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] |