TestimoX

API Reference

Enum

IdentityType

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

Indicates the type of directory object referenced by a SID.

Inheritance

  • Enum
  • IdentityType

Values

public const IdentityType User #

User account.

Value: 0
public const IdentityType Group #

Group account.

Value: 1
public const IdentityType Unknown #

Type could not be determined.

Value: 2