TestimoX

API Reference

Enum

RdpEncryptionLevel

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

RDP encryption level policy.

Inheritance

  • Enum
  • RdpEncryptionLevel

Values

public const RdpEncryptionLevel Low #

Low encryption (weak; not recommended).

Value: 1
public const RdpEncryptionLevel ClientCompatible #

Highest supported by the client and server.

Value: 2
public const RdpEncryptionLevel High #

Strong encryption level.

Value: 3
public const RdpEncryptionLevel Fips #

FIPS-compliant encryption.

Value: 4