AuthenticablePrincipal.AccountExpirationDate プロパティ

定義

アカウントの有効期限が切れる日付と時刻を指定する、null 許容の DateTime を取得または設定します。

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

プロパティ値

アカウントの有効期限が切れる日付と時刻を指定する DateTime。または、アカウントの有効期限がない場合は null。

例外

基盤となるになるストアは、このプロパティをサポートしていません。

注釈

のすべての DateTime プロパティと同様に System.DirectoryServices.AccountManagement、返される時刻は UTC 形式です。 ローカル時刻に変換するには、戻り値オブジェクトの ToLocalTime メソッドを呼び出します。

AccountExpirationDate設定すると、時刻は既定で UTC になります。 ローカル時刻に書き込む場合は、オブジェクトの プロパティを KindDateTime として Local指定します。

適用対象