API Reference
Class
AclQueryRegistry
Reads ownership and DACL for a registry key using native APIs and returns a typed descriptor.
Inheritance
- Object
- AclQueryRegistry
Methods
public static RegistryAclDescriptor Get(String computer, String fullPath) #Returns:
RegistryAclDescriptorGets a registry ACL descriptor including owner, group, SDDL and DACL entries.
Parameters
- computer System.String
- Computer name (null/empty for local).
- fullPath System.String
- Full registry path (e.g., HKLM\SYSTEM\...).
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object