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 = 1The hardening level is none.
Relaxed = 2The hardening level is relaxed.
Strict = 3The hardening level is strict.
SystemDefault = 4The hardening level is the system default.
Unknown = 0The hardening level is unknown.