AccessControlEntry.GenericAccessRights Property

Definition

Gets or sets a set of common access rights that map to both standard and object-specific access rights for reading, writing, and executing.

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

Property Value

A bitwise combination of the GenericAccessRights values.

Exceptions

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

Remarks

Securable objects use the four high-order bits of the Windows 2000 and Windows NT access mask format to specify the generic access rights. Each type of securable object maps these bits to a set of its standard and object-specific access rights. Applications that define private securable objects can also use the generic access rights.

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