Saml2SubjectConfirmationData.NotBefore Eigenschaft

Definition

Ruft einen Zeitpunkt ab, vor dem der Betreff nicht bestätigt werden kann, oder legt diese fest. [Saml2Core, 2.4.1.2]

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

Eigenschaftswert

Eine Nullwerte, DateTime die die Zeit in UTC enthält.

Hinweise

Das Attribut "NotBefore".

Gilt für: