System.Security.AccessControl.RawAcl Class

Represents an Access Control List (ACL).

See Also: RawAcl Members

Syntax

public sealed class RawAcl : GenericAcl

Remarks

The System.Security.AccessControl.RawAcl class allows full manipulation of Access Control Entries (ACEs). It does not enforce ordering rules for ACEs and does not provide validation logic. Any ACE can be inserted, modified, or removed at any location in the ACL.

Requirements

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