Enum WindowsRemoteDesktopSecurityLayer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Remote Desktop Security layer.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsRemoteDesktopSecurityLayer
Fields
Negotiate = 1
The security layer is Negotiate.
Rdp = 0
The security layer is RDP.
Ssl = 2
The security layer is SSL.
Unknown = 3
The security layer is unknown.