ActiveDirectoryAccessRule Hierarchy

The following table lists the classes derived from System.DirectoryServices.ActiveDirectoryAccessRule .

Derived Classes

Class Description
System.DirectoryServices.CreateChildAccessRule The CreateChildAccessRule class represents a specific type of access rule that is used to allow or deny an Active Directory object the right to create child objects.
System.DirectoryServices.DeleteChildAccessRule The DeleteChildAccessRule class represents a specific type of access rule that is used to allow or deny an Active Directory object the right to delete child objects.
System.DirectoryServices.DeleteTreeAccessRule The DeleteTreeAccessRule class represents a specific type of access rule that is used to allow or deny an Active Directory object the right to delete all child objects, regardless of the permissions that the child objects have.
System.DirectoryServices.ExtendedRightAccessRule Represents a specific type of access rule that is used to allow or deny an Active Directory object an extended right. Extended rights are special operations that are not covered by the standard set of access rights. An example of an extended right is Send-As, which gives a user the right to send e-mail for another user. For a list of possible extended rights, see the topic Extended Rights in the MSDN Library at https://msdn.microsoft.com/library. For more information about extended rights, see the topic Control Access Rights, also in the MSDN Library.
System.DirectoryServices.ListChildrenAccessRule The ListChildrenAccessRule class represents a specific type of access rule that is used to allow or deny an Active Directory object the right to list child objects.
System.DirectoryServices.PropertyAccessRule The PropertyAccessRule class represents a specific type of access rule that is used to allow or deny access to an Active Directory property.
System.DirectoryServices.PropertySetAccessRule The PropertySetAccessRule class represents a specific type of access rule that is used to allow or deny access to an Active Directory property set. For a list of property sets that are defined for Active Directory, see the topic Property Sets in the MSDN Library at https://msdn.microsoft.com/library.

See Also

Reference

ActiveDirectoryAccessRule Class
ActiveDirectoryAccessRule Members
System.DirectoryServices Namespace