Enum WindowsLapsPasswordComplexityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the LAPS password complexity type.
public enum WindowsLapsPasswordComplexityType
Fields
LargeLetters = 1Large letters will be used.
LargeSmallLetters = 2Large and small letters will be used.
LargeSmallLettersNumbers = 3Large and small letters and numbers will be used.
LargeSmallLettersNumbersSpecials = 4Large and small letters, numbers, and special characters will be used.
Unknown = 0The complexity type is unknown.