StandardAccessRights Enumeration
Specifies a set of standard access rights that correspond to operations common to most types of securable objects.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.MessagingAssembly: System.Messaging (in System.Messaging.dll)
| Member name | Description | |
|---|---|---|
| Delete | The right to delete the object. | |
| ReadSecurity | The right to read the information in the object's security descriptor. | |
| WriteSecurity | The right to modify the discretionary access control list (DACL) in the security descriptor. The DACL controls access to the object. Being able to write to the DACL gives the user the ability to set security for the object. | |
| Synchronize | The right to use the object for synchronization. This enables a thread to wait until the object is in a specific state. | |
| ModifyOwner | The right to change the owner in the object's security descriptor. | |
| Read | The right to read the information in the object's security descriptor. Read is currently defined to equal ReadSecurity. | |
| Write | The right to read the information in the object's security descriptor. Write is currently defined to equal ReadSecurity. | |
| Execute | The right to read the information in the object's security descriptor. On Windows 2000 and Windows NT, the security descriptor contains the security information for a securable object. It identifies the object's owner and primary group. Execute is currently defined to equal ReadSecurity. | |
| Required | Combines Delete, ReadSecurity, WriteSecurity, and ModifyOwner access. | |
| All | Combines Delete, ReadSecurity, WriteSecurity, ModifyOwner, and Synchronize access. | |
| None | No access. |
The StandardAccessRights class provides access rights for common operations, such as deleting, reading, and writing. The precise meaning of each member is specific to the object type to which it is applied.
StandardAccessRights is one of two enumerations to which the GenericAccessRights enumeration maps extensive read, write, or execute abilities. StandardAccessRights enables you to specify rights common to most objects, for example, deleting the object or reading a security descriptor.
Both StandardAccessRights and MessageQueueAccessRights provide a member for deleting a queue. The needs of the application define which set of flags you use.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.