SecurityInformation Enumeration

Specifies the object-related security information being set or queried.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum SecurityInformation

Remarks

Members

Owner 1 The owner identifier of the object is being referenced.
Group 2 The primary group identifier of the object is being referenced.
DACL 4 The DACL of the object is being referenced.
SACL 8 The SACL of the object is being referenced.
UnprotectedSACL 268,435,456 The SACL inherits ACEs from the parent object.
UnprotectedDACL 536,870,912 The DACL inherits ACEs from the parent object.
ProtectedSACL 1,073,741,824 The SACL cannot inherit ACEs.
ProtectedDACL 2,147,483,648 The DACL cannot inherit access control entries (ACEs).

See Also