System.Security.AccessControl.AccessControlType Enumeration

Specifies whether an System.Security.AccessControl.AccessRule object is used to allow or deny access. These values are not flags, and they cannot be combined.

Syntax

public enum AccessControlType

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Allow

The System.Security.AccessControl.AccessRule object is used to allow access to a secured object.

Deny

The System.Security.AccessControl.AccessRule object is used to deny access to a secured object.

Requirements

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