API Reference
Class
RdpConfigInfo
Computed RDP configuration summary (server and client policy highlights).
Inheritance
- Object
- RdpConfigInfo
Constructors
public RdpConfigInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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<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).