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.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MinDevicePasswordComplexCharacters
Public Enumeration MinDevicePasswordComplexCharacters
public enum class MinDevicePasswordComplexCharacters
type MinDevicePasswordComplexCharacters
Members
| Member 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