Enum TerminalServerConnectionSecurityLayer
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security layer configured on a terminal service connection.
public enum TerminalServerConnectionSecurityLayer
Fields
Negotiate = 1
The most secure layer supported by the client and server will be used.
RDP = 0
The RDP security layer will be used.
SSL = 2
SSL will be used for authentication and encryption of data.
Unknown = 1024
The security layer is unknown.