AssertionNotBefore Property
The date on which the assertion becomes valid.
Syntax
[VB.NET] Public ReadOnlyProperty AssertionNotBefore As String
[C#] public string AssertionNotBefore {get;}
Remarks
This property specifies the earliest time instant at which the assertion is valid.
This is in the standard xsd:dateTime format "YYYY-MM-DDThh:mm:ss". The date is specified in UTC.
This property is read-only and not available at design time.
Default Value
""