System.Security.AccessControl.GenericAce Class

Represents an Access Control Entry (ACE), and is the base class for all other ACE classes.

See Also: GenericAce Members

Syntax

public abstract class GenericAce

Remarks

An ACE contains both an ACE header and a binary blob. The header contains information about the type of the ACE, various flags, and the size of the binary blob.

Requirements

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