TestimoX

API Reference

Enum

SidClassification

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

Classification buckets for security identifiers encountered on file system ACLs.

Inheritance

  • Enum
  • SidClassification

Values

public const SidClassification InternalDomain #

Trusted identities from the current forest.

Value: 0
public const SidClassification TrustedDomain #

Trusted identities from an explicitly trusted forest or external domain.

Value: 1
public const SidClassification BuiltinOrWellKnown #

Built-in or well-known SIDs (Everyone, Authenticated Users, SYSTEM, BUILTIN\*).

Value: 2
public const SidClassification ServiceOrCapability #

Service or capability SIDs (S-1-5-80-*, S-1-15-2-*, etc.).

Value: 3
public const SidClassification LocalMachine #

Local computer accounts (machine SID lineage).

Value: 4
public const SidClassification External #

Domain-shaped SID that is still resolvable but not trusted.

Value: 5
public const SidClassification ExternalViaSidHistory #

External SID that is present in SIDHistory of an internal account.

Value: 6
public const SidClassification DeadOrUnknownDomain #

Domain-shaped SID that cannot be resolved and does not belong to any known domain prefix.

Value: 7