API Reference
Class
GlobalSaclWriter
Applies a global SACL (audit) descriptor for file system or registry from SDDL.
Inheritance
- Object
- GlobalSaclWriter
Methods
public static Boolean Set(GlobalSaclKind kind, String sddl, String computerName = null) #Returns:
BooleanSets the global SACL for the specified object kind from SDDL on the local machine.
Parameters
- kind ComputerX.Audit.GlobalSaclKind
- File or Registry.
- sddl System.String
- SACL in SDDL form (S:... part of the descriptor).
- computerName System.String = null
- Computer name; only local is supported.
Returns
True on success.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object