TestimoX

API Reference

Class

TlsPolicyQuery

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers static

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: TlsPolicyState

Queries TLS/SSL policy for the specified computer.

Parameters

computerName System.String = null optionalposition: 0
Target host or null/empty for the local machine.

Returns

Aggregated TLS policy state.