Saml2SubjectConfirmationData.NotOnOrAfter Property

Definition

Gets or sets the time instant at which the subject can no longer be confirmed. [Saml2Core, 2.4.1.2]

public:
 property Nullable<DateTime> NotOnOrAfter { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NotOnOrAfter { get; set; }
member this.NotOnOrAfter : Nullable<DateTime> with get, set
Public Property NotOnOrAfter As Nullable(Of DateTime)

Property Value

A nullable DateTime that contains the time instant in UTC.

Remarks

The NotOnOrAfter attribute.

Applies to