SecurityInformation Enumeration
Specifies the object-related security information being set or queried.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration SecurityInformation
Dim instance As SecurityInformation
[FlagsAttribute]
public enum class SecurityInformation
[<FlagsAttribute>]
type SecurityInformation
No code example is currently available or this language may not be supported.
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).
|