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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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