TestimoX

API Reference

Class

GlobalSaclWriter

Namespace ComputerX.Audit
Assembly ComputerX
Modifiers static

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

Sets the global SACL for the specified object kind from SDDL on the local machine.

Parameters

kind ComputerX.Audit.GlobalSaclKind requiredposition: 0
File or Registry.
sddl System.String requiredposition: 1
SACL in SDDL form (S:... part of the descriptor).
computerName System.String = null optionalposition: 2
Computer name; only local is supported.

Returns

True on success.