WHSPasswdStrength Enumeration
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)
Usage
Syntax
'Declaration
Public Enumeration WHSPasswdStrength
public enum WHSPasswdStrength
public enum class WHSPasswdStrength
public enum WHSPasswdStrength
public enum WHSPasswdStrength
Members
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. |
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP
Target Platforms
Windows Home Server