SecurityMasks Enum

Definition

The SecurityMasks enumeration specifies various security descriptor options.

This enumeration supports a bitwise combination of its member values.

public enum class SecurityMasks
[System.Flags]
public enum SecurityMasks
[<System.Flags>]
type SecurityMasks = 
Public Enum SecurityMasks
Inheritance
SecurityMasks
Attributes

Fields

Dacl 4

The discretionary access control list (DACL) security descriptor flag. The value is equal to 4 or 0x4.

Group 2

The primary group security descriptor flag. The value is equal to 2 or 0x2.

None 0

No security descriptor flag is set. The value is equal to 0 or 0x0.

Owner 1

The owner security descriptor flag. The value is equal to 1 or 0x1.

Sacl 8

The system access control list (SACL) security descriptor flag. The value is equal to 8 or 0x8.

Applies to