UserAccountLockCode Class |
Namespace: CMS.Membership
public static class UserAccountLockCode
The UserAccountLockCode type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FromEnum |
Returns the user account lock code from the enumeration value.
|
![]() ![]() | GetLockEnumFromString |
Gets the user account lock enumeration from the string value.
|
![]() ![]() | ToEnum |
Returns the enumeration representation of the user account lock code.
|
Name | Description | |
---|---|---|
![]() ![]() | DisabledManually |
User account was disabled manually.
|
![]() ![]() | MaximumInvalidLogonAttemptsReached |
User account was disabled because user reach maximum invalid logon attempts.
|
![]() ![]() | PasswordExpired |
User account was disabled because his password expired.
|