TestimoX

API Reference

Class

AclQueryRegistry

Namespace ComputerX.Acl
Assembly ComputerX
Modifiers static

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: RegistryAclDescriptor

Gets a registry ACL descriptor including owner, group, SDDL and DACL entries.

Parameters

computer System.String requiredposition: 0
Computer name (null/empty for local).
fullPath System.String requiredposition: 1
Full registry path (e.g., HKLM\SYSTEM\...).