共用方式為


Saml2SubjectConfirmationData.NotOnOrAfter 屬性

定義

取得或設定無法再確認主體的瞬間。 [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)

屬性值

可為 null 的 DateTime,包含時間片刻 (以 UTC 時間表示)。

備註

NotOnOrAfter 屬性。

適用於