AuthenticablePrincipal.AccountLockoutTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可為 Null 的 DateTime,指定鎖定帳戶的日期和時間。
public:
property Nullable<DateTime> AccountLockoutTime { Nullable<DateTime> get(); };
public DateTime? AccountLockoutTime { get; }
member this.AccountLockoutTime : Nullable<DateTime>
Public ReadOnly Property AccountLockoutTime As Nullable(Of DateTime)
屬性值
DateTime,指定鎖定帳戶的日期和時間,如果帳戶未設定鎖定時間則為 null。
例外狀況
基礎存放區不支援這個屬性。
備註
帳戶鎖定時間取決於系統,而且無法由帳戶管理 API 設定。 若要解除鎖定帳戶,請使用 UnlockAccount 方法。
當傳回非 Null 值時 AccountLockoutTime ,可能不會鎖定帳戶。 應用程式應該使用 IsAccountLockedOut 方法來判斷帳戶是否已鎖定。
如同 中的所有DateTimeSystem.DirectoryServices.AccountManagement屬性,傳回的時間是以UTC格式。 若要將它轉換成當地時間,請在傳回物件上呼叫 ToLocalTime 方法。