API Reference
Class
TlsPolicyWriter
Writes TLS/SSL policy to the registry for a target host (protocol roles, hashes, ciphers, key‑exchange algorithms, cipher suites order, and FIPS mode). Requires administrative rights.
Inheritance
- Object
- TlsPolicyWriter
Methods
public static Boolean Set(String computerName, TlsPolicyState desired) #Returns:
BooleanApplies the specified TLS/SSL policy to a computer by writing SCHANNEL registry keys.
Parameters
- computerName System.String
- Target host or null/empty for local machine.
- desired ComputerX.SecurityPolicy.TlsPolicyState
- Desired TLS policy state; null members are ignored.
Returns
True when all writes succeed; false if any registry operation fails.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object