An object that describes the access control permissions on the registry key represented by the current Microsoft.Win32.RegistryKey.
To request the access permissions currently granted to users, specify the bitwise combination of the following flags: System.Security.AccessControl.AccessControlSections.Access, System.Security.AccessControl.AccessControlSections.Owner, and System.Security.AccessControl.AccessControlSections.Group. Alternatively, you can use the RegistryKey.GetAccessControl method overload, which specifies exactly that combination of values.
The user must have System.Security.AccessControl.RegistryRights.ReadPermissions rights to call this method.