TestimoX

API Reference

Class

GlobalSaclQuery

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers static

Queries the global SACL (audit) descriptor for file system or registry.

Inheritance

  • Object
  • GlobalSaclQuery

Methods

public static GlobalSacl Get(GlobalSaclKind kind, String computerName = null) #
Returns: GlobalSacl

Queries the global SACL for the specified object kind on the local machine.

Parameters

kind ComputerX.Audit.GlobalSaclKind requiredposition: 0
File or Registry.
computerName System.String = null optionalposition: 1
Computer name; only local is supported.

Returns

GlobalSacl with SDDL when available; null otherwise.