API Reference
Class
GlobalSaclQuery
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:
GlobalSaclQueries the global SACL for the specified object kind on the local machine.
Parameters
- kind ComputerX.Audit.GlobalSaclKind
- File or Registry.
- computerName System.String = null
- Computer name; only local is supported.
Returns
GlobalSacl with SDDL when available; null otherwise.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object