TestimoX

API Reference

Enum

CxTlsComponentKind

Namespace ComputerX.Controls
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Kind of SChannel component configured via registry under HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL.

Inheritance

  • Enum
  • CxTlsComponentKind

Values

public const CxTlsComponentKind Cipher #

Ciphers under SCHANNEL\Ciphers\{Name}\Enabled.

Value: 0
public const CxTlsComponentKind Hash #

Hashes under SCHANNEL\Hashes\{Name}\Enabled.

Value: 1
public const CxTlsComponentKind KeyExchange #

Key exchange algorithms under SCHANNEL\KeyExchangeAlgorithms\{Name}\Enabled.

Value: 2