AccessControlEntry.StandardAccessRights Property

Definition

Gets or sets a set of standard access rights that correspond to operations common to most types of securable objects.

C#
public System.Messaging.StandardAccessRights StandardAccessRights { get; set; }

Property Value

A bitwise combination of the StandardAccessRights values.

Exceptions

The value you set is not a valid combination of StandardAccessRights bitflag members.

Remarks

The Windows 2000 and Windows NT access mask format includes a set of bits for the standard access rights. Each type of securable object has a set of access rights that correspond to operations specific to that type of object. In addition to these object-specific access rights, there is a set of standard access rights that correspond to operations common to most types of securable objects.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also