DACL Object Methods
Topic Last Modified: 2006-06-13
This section describes discretionary access control list (DACL) object methods.
Name | Description |
---|---|
Adds a new entity object with empty masks to a DACL object's entity collection. |
|
Adds a copy of an entity object to a DACL object's entity collection. |
|
This method adds a new entity object with specified masks to a DACL object's entity collection. |
|
This method adds a new entity object with no security identifier (SID), SID type, or display name to a DACL object's entity collection. |
|
Clears from a DACL object the masks of a specified entity in a DACL template. |
|
Copies the masks of one entity in a DACL object to another entity in the same DACL object. |
|
Creates a DACL object from an item's security descriptor. |
|
Returns an array of index values of entities in a DACL object that are equal to specified masks. |
|
Returns an array of index values of entities in a DACL object that match specified masks. |
|
Returns an array of index values of entities in a DACL object that match specified SID types. |
|
Returns an entity object by its index in the DACL object. |
|
Creates a DACL object by loading security descriptor information from an Exchange store item. |
|
Sets the masks in a DACL object equal to the masks of a specified entity in a DACL template object. |
|
Performs a specified action on any masks in a DACL object that match any masks of a specified entity in a DACL template object. |
|
Removes an entity object from a DACL object by using a display name to find the entity. |
|
Removes an entity object from a DACL object by its index. |
|
Removes an entity object from a DACL object by a domain and username. |
|
Removes an entity object from a DACL object by searching for a specific SID. |
|
Removes inherited entity objects from a DACL object. |
|
Saves DACL object data to its item's security descriptor. |
|
Saves DACL object information to the security descriptor of an item according to its URL. |
|
Returns the index of an entity in a DACL object by a specified display name. |
|
Returns the index of an entity in a DACL object by specified masks. |
|
Returns the index of an entity in a DACL object by the domain and username of a user or group. |
|
Returns the index of an entity in a DACL object by a specified SID. |
|
Returns the index of an entity in a DACL object by a specified SID type. |
|
Returns the index of an entity in a DACL object whose masks are equal to specified masks. |
|
Returns an entity object found by searching for a specified display name. |
|
Returns an entity object found by searching for a specified masks. |
|
Returns an entity object found by searching for a Microsoft® Windows NT® Security Accounts Manager (SAM) compatible name, such as "MyDomain\User1". |
|
Returns an entity object found by searching for a specific SID. |
|
Returns an entity object found by searching for a specified SID type. |
|
Returns an entity object whose masks are equal to the specified masks. |
|
Protects a DACL object from inheriting any access control entries (ACEs) from a parent folder. |
|
Provides the ability to bit-wise OR the masks of the DACL object, according to a specified DACL template name and entity name. |