Enum WindowsRemoteManagementServiceCbtHardeningLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Specifies the Windows Remote Management channel binding token hardening level.
public enum WindowsRemoteManagementServiceCbtHardeningLevel
Fields
None = 1
The hardening level is none.
Relaxed = 2
The hardening level is relaxed.
Strict = 3
The hardening level is strict.
SystemDefault = 4
The hardening level is the system default.
Unknown = 0
The hardening level is unknown.