TestimoX

API Reference

Class

RdpPolicyState

Namespace ComputerX.Rdp
Assembly ComputerX
Modifiers sealed

Effective RDP policy values merged from local and GPO sources.

Inheritance

  • Object
  • RdpPolicyState

Constructors

public RdpPolicyState() #

Properties

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

True when RDP connections are allowed (fDenyTSConnections == 0).

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

True when Network Level Authentication is required.

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

Configured security layer.

public Nullable<RdpEncryptionLevel> MinEncryptionLevel { get; set; } #

Minimum encryption level.

public String CertificateThumbprint { get; set; } #

SHA1 thumbprint of the TLS certificate used by RDP.