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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const AclAccessType Allow #

Grants the specified rights.

Value: 0
public const AclAccessType Deny #

Denies the specified rights.

Value: 1