Enum WindowsRemoteDesktopConnectionMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the mode in which remote desktop is running.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsRemoteDesktopConnectionMode
Fields
AllowedAnyClient = 1
Connections are allowed from computers running any version of Remote Desktop.
Disabled = 0
Remote desktop connections are not allowed to this machine.
NetworkLevelAuthentication = 2
Connections are allowed from computers running Remote Desktop with Network Level Authentication.
Unknown = 3
The Remote Desktop mode is unknown.