WHSPasswdStrength Enumeration
Windows Server 2008
Indicates the password strength of the user account.
Namespace: Microsoft.HomeServer.SDK.Interop.v1
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
Assembly: Microsoft.HomeServer.SDK.Interop.v1 (in microsoft.homeserver.sdk.interop.v1.dll)
| Member name | Description |
|---|---|
| WHS_PASSWD_BAD | Indicates that no restrictions are applied to the password. |
| WHS_PASSWD_MEDIUM | Indicates that the password must be at least seven characters long and that it has no complexity requirement. |
| WHS_PASSWD_STRONG | Indicates that the password must be at least seven characters long and that it must contain characters from three of the following categories: uppercase letters, lowercase letters, numbers, and symbols (such as !, @, #, etc.). |
| WHS_PASSWD_WEAK | Indicates that the password must be at least five characters long. |