TestimoX

API Reference

Enum

LdapIntegrityLevel

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

LDAP client integrity (signing) level policy values.

Inheritance

  • Enum
  • LdapIntegrityLevel

Values

public const LdapIntegrityLevel None #

No signing required.

Value: 0
public const LdapIntegrityLevel Negotiate #

Negotiate signing if supported.

Value: 1
public const LdapIntegrityLevel Require #

Require LDAP signing.

Value: 2