SamlAssertion.IssueInstant Property

Definition

Gets or sets the date and time when the SAML assertion was issued.

public:
 property DateTime IssueInstant { DateTime get(); void set(DateTime value); };
public DateTime IssueInstant { get; set; }
member this.IssueInstant : DateTime with get, set
Public Property IssueInstant As DateTime

Property Value

A DateTime expressed in the Coordinated Universal Time (UTC) that specifies when the SAML assertion was issued.

Exceptions

The IsReadOnly property is true and an attempt is made to set the IssueInstant property.

Remarks

The IssueInstant property corresponds to the IssueInstant attribute of the <saml:Assertion> element defined in the OASIS 1.1 SAML specification.

Applies to