Enum WindowsRemoteDesktopEncryptionLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Remote Desktop Security encryption level.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsRemoteDesktopEncryptionLevel
Fields
ClientCompatible = 2
The encryption level is client compatible (medium).
FipsCompliant = 4
The encryption level is FIPS compliant.
High = 3
The encryption level is high.
Low = 1
The encryption level is low.
Unknown = 0
The encryption level is unknown.