Enum PasswordQuality
Definition
- Namespace:
- Tizen.Security.DevicePolicyManager
- Assembly:
- Tizen.Security.DevicePolicyManager.dll
Enumeration for dpm password quality type
[Obsolete("Deprecated since API level 11.")]
public enum PasswordQuality
Fields
| Name | Description |
|---|---|
| Alphabetic | Containing at least alphabetic (or other symbol) characters. |
| Alphanumeric | Containing at least numeric and alphabetic characters. |
| Numeric | Containing at least numeric character. |
| Simple | EAS(Exchange ActiveSync) requirement for simple password. |
| Something | Some kind password required, but doesn't care what it is. |
| Unspecified | No requirements for password. |