TestimoX

API Reference

Enum

AclAccessType

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

Access control entry type: allow or deny.

Inheritance

  • Enum
  • AclAccessType

Values

public const AclAccessType Allow #

Grants the specified rights.

Value: 0
public const AclAccessType Deny #

Denies the specified rights.

Value: 1