DirectoryServicesPermissionAccess
The DirectoryServicesPermissionAccess enumeration defines access levels used by System.DirectoryServices permission classes.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Members
Member | Description | Value |
---|---|---|
Browse | Reading the Active Directory tree is allowed. | 2 |
None | There are no permissions. | 0 |
Write | Reading, writing, deleting, changing, and adding to the Active Directory tree are allowed. | 6 |
Requirements
Client | Requires Windows XP Home Edition, Windows XP Professional, Windows Me, or Windows 98. |
Server | Requires Windows Server 2003, Windows 2000, or Windows NT 4.0. |
Namespace | Defined in System.DirectoryServices. |
Assembly | Requires System.DirectoryServices (in System.DirectoryServices.dll). |
.NET Framework | Requires .NET Framework 1.0. |