MinDevicePasswordComplexCharacters
MinDevicePasswordComplexCharacters enumeration
Specifies the required level of complexity of the client password. For example: If the value of MinDevicePasswordComplexCharacters is 2, a password with both upper case and lower case alphabetical characters would be sufficient, as would a password with lower case alphabetical characters and numbers.
public enum MinDevicePasswordComplexCharacters
Values
Name | Value | Description |
---|---|---|
LowerCase | 1 |
Lower case alphabetical characters |
LowerUpperCase | 2 |
Lower case and Upper case alphabetical characters |
LowerUpperCaseNumbers | 3 |
Lower case, Upper case alphabetical characters and Numbers |
LowerUpperCaseNumbersNonAlphanumeric | 4 |
Lower case and Upper case alphabetical characters, Numbers and Non-alphanumeric characters |
See Also
- namespace Aspose.Email.Clients.ActiveSync.TransportLayer
- assembly Aspose.Email