TestimoX

API Reference

Enum

ContextValueSource

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

Indicates where a resolved context value came from.

Inheritance

  • Enum
  • ContextValueSource

Values

public const ContextValueSource ExplicitArgument #

Resolved from an explicit input argument.

Value: 0
public const ContextValueSource ToolDefault #

Resolved from a tool default value.

Value: 1
public const ContextValueSource RootDse #

Resolved from RootDSE (for example: defaultNamingContext or dnsHostName).

Value: 2
public const ContextValueSource DerivedHint #

Resolved from deterministic hints (for example: domain controller FQDN or current domain name).

Value: 3
public const ContextValueSource Unspecified #

No value was provided or resolved.

Value: 4