TestimoX

API Reference

Enum

AclOwnerType

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

Categorizes the owner of an ACL.

Inheritance

  • Enum
  • AclOwnerType

Values

public const AclOwnerType Unknown #

Owner type not determined.

Value: 0
public const AclOwnerType Administrative #

Owner is an administrative account.

Value: 1
public const AclOwnerType NonAdministrative #

Owner is a non-administrative account.

Value: 2
public const AclOwnerType WellKnown #

Owner is a well-known account.

Value: 3