Share via


Saml2SubjectConfirmationData.NotBefore プロパティ

定義

それより前ではサブジェクトを確認できない時刻を取得または設定します。 [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)

プロパティ値

UTC の時刻を含む null 許容 DateTime

注釈

NotBefore 属性。

適用対象