AuthenticablePrincipal.AccountLockoutTime Property
Gets the Nullable DateTime that specifies the date and time that the account was locked out.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException |
The underlying store does not support this property. |
The account lockout time is system dependent, and cannot be set by the Account Management API. To unlock the account, use the UnlockAccount method.
It is possible that an account may not be locked out when the AccountLockoutTime() returns a non-null value. Applications should use the IsAccountLockedOut method to determine whether the account is locked out.
As with all DateTime properties in System.DirectoryServices.AccountManagement, the time returned is in UTC form. To convert it to local time, call the ToLocalTime method on the return object.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.