Share via


SamlConditions Class

Definition

Represents the Conditions element specified in [Saml, 2.3.2.1].

public class SamlConditions
type SamlConditions = class
Public Class SamlConditions
Inheritance
SamlConditions

Constructors

SamlConditions(DateTime, DateTime)

Initializes a new instance of SamlConditions.

SamlConditions(DateTime, DateTime, IEnumerable<SamlCondition>)

Initializes a new instance of SamlConditions.

Properties

Conditions

Gets a collection of ICollection<T> that the assertion is addressed to.

NotBefore

Gets or sets the earliest time instant at which the assertion is valid. This value should be in UTC.

NotOnOrAfter

Gets or sets the time instant at which the assertion has expired. This value should be in UTC.

Applies to