API Reference
Class
TlsComponentControl
Typed control for SChannel component toggles (Ciphers/Hashes/KeyExchangeAlgorithms) under HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL. Reads/writes the DWORD value "Enabled" under the respective component key.
Inheritance
- Object
- TlsComponentControl
Constructors
public TlsComponentControl(String id, String title, CxTlsComponentKind kind, String name) #Creates a new TlsComponentControl.
Parameters
- id System.String
- title System.String
- kind ComputerX.Controls.CxTlsComponentKind
- name System.String
Methods
public virtual CxEval Evaluate(String host, CxFacts facts) #Returns:
CxEvalParameters
- host System.String
- facts ComputerX.Controls.CxFacts
public virtual Boolean IsApplicable(CxFacts facts) #Returns:
BooleanParameters
- facts ComputerX.Controls.CxFacts
public virtual Object ReadCurrent(String host, CxFacts facts) #Returns:
ObjectParameters
- host System.String
- facts ComputerX.Controls.CxFacts
public virtual Boolean TryWrite(String host, Object value, out String error) #Returns:
BooleanParameters
- host System.String
- value System.Object
- error System.String@
public TlsComponentControl WhereIs(CxCondition c) #Returns:
TlsComponentControlSets an applicability predicate.
Parameters
- c ComputerX.Controls.CxCondition
public TlsComponentControl WithDesired(CxVendor vendor, Boolean value, String ruleId = null, String note = null, String description = null, String referenceUrl = null, String severity = null, String category = null, String[] tags = null) #Returns:
TlsComponentControlAdds a vendor desired boolean value.
Parameters
- vendor ComputerX.Controls.CxVendor
- value System.Boolean
- ruleId System.String = null
- note System.String = null
- description System.String = null
- referenceUrl System.String = null
- severity System.String = null
- category System.String = null
- tags System.String[] = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public virtual String Id { get; } #public virtual String Title { get; } #public CxTlsComponentKind Kind { get; } #Component kind (Cipher/Hash/KeyExchange).
public String Name { get; } #Component name (e.g., "Triple DES 168", "AES 128/128", "SHA", "Diffie-Hellman").
public virtual CxValueKind ValueKind { get; } #public virtual CxComparator Comparator { get; } #public CxCondition Where { get; set; } #public virtual IReadOnlyList<CxDesired> Desired { get; } #