API Reference
Class
RdpQuery
Reads effective RDP configuration (service state, port, NLA, TLS cert thumbprint).
Inheritance
- Object
- RdpQuery
Methods
public static RdpConfigInfo Get(String computerName = null) #Returns:
RdpConfigInfoGets RDP configuration for a computer by reading registry and service state.
Parameters
- computerName System.String = null
- Target host; null uses local machine.
Returns
RDP configuration snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object