System.Security.AccessControl.SecurityInfos Enumeration

Specifies the section of a security descriptor to be queried or set.

Syntax

[System.Flags]
public enum SecurityInfos

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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).

Requirements

Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0