API Reference
Class
RdpPolicyState
Effective RDP policy values merged from local and GPO sources.
Inheritance
- Object
- RdpPolicyState
Constructors
public RdpPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.