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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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