API Reference
Class
TlsPolicyQuery
Reads system TLS/SSL policy from registry (protocol roles, hashes, ciphers, key‑exchange algorithms, cipher suites order, and FIPS mode) for a given host.
Inheritance
- Object
- TlsPolicyQuery
Methods
public static TlsPolicyState Get(String computerName = null) #Returns:
TlsPolicyStateQueries TLS/SSL policy for the specified computer.
Parameters
- computerName System.String = null
- Target host or null/empty for the local machine.
Returns
Aggregated TLS policy state.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object