RegistryPermissionAttribute.ChangeAccessControl Property

Definition

Gets or sets change access control for the specified registry keys.

public:
 property System::String ^ ChangeAccessControl { System::String ^ get(); void set(System::String ^ value); };
public string ChangeAccessControl { get; set; }
member this.ChangeAccessControl : string with get, set
Public Property ChangeAccessControl As String

Property Value

A semicolon-separated list of registry key paths, for change access control. .

Remarks

Key access implies access to all values it contains and all variables under it.

Important

An access control list (ACL) describes individuals or groups who have, or do not have, rights to specific actions for the given registry keys. The ability to change an ACL is an important permission and should be granted with caution.

Applies to