TestimoX

API Reference

Enum

IdentityKind

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

Supported identity kinds for batch resolution.

Inheritance

  • Enum
  • IdentityKind

Values

public const IdentityKind Auto #

Auto-detect DN vs SID.

Value: 0
public const IdentityKind Dn #

Distinguished name.

Value: 1
public const IdentityKind Sid #

SID string (S-1-...).

Value: 2