TestimoX

API Reference

Class

TlsProtocolRole

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

TLS role (Client/Server) toggle for protocol/cipher settings.

Inheritance

  • Object
  • TlsProtocolRole

Constructors

public TlsProtocolRole() #

Properties

public Nullable<Boolean> Enabled { get; set; } #

True when the protocol/cipher is explicitly enabled for this role.

public Nullable<Boolean> DisabledByDefault { get; set; } #

True when the protocol/cipher is disabled by default (requires explicit enable).