SecurityInfos Enumeration
.NET Framework (current version)
Specifies the section of a security descriptor to be queried or set.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| DiscretionaryAcl | Specifies the discretionary access control list (DACL). | |
| Group | Specifies the primary group identifier. | |
| Owner | Specifies the owner identifier. | |
| SystemAcl | Specifies the system access control list (SACL). |
.NET Framework
Available since 2.0
Available since 2.0
Show: