TestimoX

API Reference

Class

RdpConfigInfo

Namespace ComputerX.Rdp
Assembly ComputerX
Modifiers sealed

Computed RDP configuration summary (server and client policy highlights).

Inheritance

  • Object
  • RdpConfigInfo

Constructors

public RdpConfigInfo() #

Properties

public String ComputerName { get; set; } #

Computer name.

public Nullable<Boolean> IsEnabled { get; set; } #

True when RDP is enabled (fDenyTSConnections == 0).

public Nullable<Boolean> NlaRequired { get; set; } #

True when Network Level Authentication is required.

public Nullable<Int32> Port { get; set; } #

TCP port number.

public Nullable<Boolean> ServiceRunning { get; set; } #

True when the TermService is running.

public String Sha1Thumbprint { get; set; } #

SHA1 thumbprint of the configured TLS certificate.

public Nullable<Int32> SecurityLayer { get; set; } #

Security layer (0=RDP, 1=Negotiate, 2=SSL).