Table of Contents

Enum WindowsGenericAceType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a type of access control entry (ACE).

public enum WindowsGenericAceType

Fields

AccessAllowed = 0

Allows access to an object for a specific trustee.

AccessAllowedObject = 5

Allows access to an object, property set, or property.

AccessDenied = 1

Denies access to an object for a specific trustee.

AccessDeniedObject = 6

Denies access to an object, property set, or property.

Audit = 1099

The ACE is an audit entry.

Unknown = 99

The ACE type is unknown.