Enum PasswordGenerator.SecurityLevel
- Namespace
- Dynamicweb.Security.Utilities
- Assembly
- Dynamicweb.Core.dll
Enumeration representing the security level for a generated password
public enum PasswordGenerator.SecurityLevel
Fields
High = 2High password security restrict the minimum length of a password a lot and limits the possible characters in the password a little
Low = 0Low password security restrict the minimum length of a password a little and limits the possible characters in the password a lot
Medium = 1Medium password security restrict the minimum length of a password somewhat and limits the possible characters in the password a lot