TestimoX

API Reference

Enum

LdapChannelBindingMode

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

LDAP channel binding policy mode for TLS.

Inheritance

  • Enum
  • LdapChannelBindingMode

Values

public const LdapChannelBindingMode Disabled #

Do not enforce channel binding for TLS.

Value: 0
public const LdapChannelBindingMode Enabled #

Enforce channel binding when available.

Value: 1
public const LdapChannelBindingMode Required #

Require channel binding.

Value: 2