SamlAssertion.IssueInstant 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 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.