TestimoX

API Reference

Enum

LdapChannelBindingMode

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies the LDAP channel binding enforcement mode.

Inheritance

  • Enum
  • LdapChannelBindingMode

Values

public const LdapChannelBindingMode Disabled #

Channel binding is disabled.

Value: 0
public const LdapChannelBindingMode Enabled #

Channel binding is enabled when supported.

Value: 1
public const LdapChannelBindingMode Required #

Channel binding is required.

Value: 2