Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DirectoryServicesPermissionAccess Enumeration

 

The DirectoryServicesPermissionAccess enumeration defines access levels that are used by System.DirectoryServices permission classes. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

[FlagsAttribute]
public enum class DirectoryServicesPermissionAccess

Member nameDescription
Browse

Reading the Active Directory Domain Services tree is allowed.

None

No permissions are allowed.

Write

Reading, writing, deleting, changing, and adding to the Active Directory Domain Srevices tree are allowed.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft