TestimoX

API Reference

Enum

AclRights

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

Active Directory rights used in ACL entries.

Inheritance

  • Enum
  • AclRights

Values

public const AclRights None #

No rights.

Value: 0
public const AclRights CreateChild #

Create child objects.

Value: 1
public const AclRights Delete #

Delete objects.

Value: 65536
public const AclRights ReadControl #

Read control information.

Value: 131072
public const AclRights WriteDacl #

Modify the DACL.

Value: 262144
public const AclRights WriteOwner #

Modify the owner.

Value: 524288
public const AclRights GenericRead #

Generic read access.

Value: 131220
public const AclRights GenericWrite #

Generic write access.

Value: 131112
public const AclRights GenericExecute #

Generic execute access.

Value: 131076
public const AclRights ListChildren #

List child objects.

Value: 4
public const AclRights DeleteChild #

Delete child objects.

Value: 2
public const AclRights DeleteTree #

Delete tree.

Value: 64
public const AclRights ReadProperty #

Read properties.

Value: 16
public const AclRights WriteProperty #

Write properties.

Value: 32
public const AclRights ExtendedRight #

Perform extended rights.

Value: 256
public const AclRights Self #

Perform self rights.

Value: 8
public const AclRights GenericAll #

Generic all rights.

Value: 983551