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