TestimoX

API Reference

Enum

RdpSecurityLayer

Namespace ComputerX.Rdp
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

RDP security layer policy (Negotiate/TLS/RDP).

Inheritance

  • Enum
  • RdpSecurityLayer

Values

public const RdpSecurityLayer Rdp #

Legacy RDP security (not recommended).

Value: 0
public const RdpSecurityLayer Negotiate #

Negotiate TLS when available; otherwise fallback.

Value: 1
public const RdpSecurityLayer SslTls #

Require SSL/TLS transport security.

Value: 2