An object that describes the access control permissions on the registry key represented by the current Microsoft.Win32.RegistryKey.
This method overload is equivalent to calling the RegistryKey.GetAccessControl(System.Security.AccessControl.AccessControlSections) method overload with the bitwise combination of the following flags: System.Security.AccessControl.AccessControlSections.Access, System.Security.AccessControl.AccessControlSections.Owner, and System.Security.AccessControl.AccessControlSections.Group. You can use that overload to search for other permissions.
The user must have System.Security.AccessControl.RegistryRights.ReadPermissions rights to call this method.