System.Core 4.0.0.0 System.Security.AccessControl.AccessRule Access control rules define user account rights that determine which actions are allowed or disallowed on computers that are running Microsoft Windows. The class represents an abstraction of an underlying access control entry (ACE) that specifies a user account, the type of access to provide (read, write, and so on), and whether to allow or deny that right. This class can also specify how access rules are propagated to child objects. Use the class to create a new access rule. You can persist the rule using the class. Represents an abstraction of an access control entry (ACE) that defines an access rule for a pipe. Constructor 4.0.0.0 Use this constructor to create an access control rule that you can persist using the class. Access control rules define user account rights that determine which actions are allowed or disallowed on computers that are running Microsoft Windows. Initializes a new instance of the class with the specified identity, pipe access rights, and access control type. An object that encapsulates a reference to a user account. One of the values that specifies the type of operation associated with the access rule. One of the values that specifies whether to allow or deny the operation. Constructor 4.0.0.0 Use this constructor to create an access control rule that you can persist using the class. Access control rules define user account rights that determine which actions are allowed or disallowed on computers that are running Microsoft Windows. Initializes a new instance of the class with the specified identity, pipe access rights, and access control type. The name of the user account. One of the values that specifies the type of operation associated with the access rule. One of the values that specifies whether to allow or deny the operation. Property 4.0.0.0 System.IO.Pipes.PipeAccessRights To be added. To be added. Gets the flags that are associated with the current object.