| Overload | Description |
|---|---|
| AccessControlEntry Constructor() | Initializes a new instance of the AccessControlEntry class that specifies neither a trustee nor set of rights to apply. |
| AccessControlEntry Constructor(Trustee) | Initializes a new instance of the AccessControlEntry class that specifies a trustee to which rights are granted or denied. |
| AccessControlEntry Constructor(Trustee,GenericAccessRights,StandardAccessRights,AccessControlEntryType) | Initializes a new instance of the AccessControlEntry class that specifies a trustee, rights to assign, and whether to grant or deny these rights. |