Saml2SubjectConfirmationData.NotOnOrAfter Właściwość

Definicja

Pobiera lub ustawia czas, w którym temat nie może być już potwierdzony. [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)

Wartość właściwości

Wartość DateTime null, która zawiera czas natychmiastowy w formacie UTC.

Uwagi

Atrybut NotOnOrAfter.

Dotyczy