Share via


TransactedRegistryAccessRule Class

Definition

Represents a set of access rights allowed or denied for a user or group. This class cannot be inherited.

public ref class TransactedRegistryAccessRule sealed : System::Security::AccessControl::AccessRule
public sealed class TransactedRegistryAccessRule : System.Security.AccessControl.AccessRule
type TransactedRegistryAccessRule = class
    inherit AccessRule
Public NotInheritable Class TransactedRegistryAccessRule
Inherits AccessRule
Inheritance
TransactedRegistryAccessRule

Constructors

TransactedRegistryAccessRule(IdentityReference, RegistryRights, InheritanceFlags, PropagationFlags, AccessControlType)

Initializes a new instance of the RegistryAccessRule class, specifying the user or group the rule applies to, the access rights, and whether the specified access rights are allowed or denied.

Properties

RegistryRights

Gets the rights allowed or denied by the access rule.

Applies to