Bearbeiten

RawSecurityDescriptor.SystemAcl Property

Definition

Gets or sets the System Access Control List (SACL) for this RawSecurityDescriptor object. The SACL contains audit rules.

public:
 property System::Security::AccessControl::RawAcl ^ SystemAcl { System::Security::AccessControl::RawAcl ^ get(); void set(System::Security::AccessControl::RawAcl ^ value); };
public System.Security.AccessControl.RawAcl SystemAcl { get; set; }
public System.Security.AccessControl.RawAcl? SystemAcl { get; set; }
member this.SystemAcl : System.Security.AccessControl.RawAcl with get, set
Public Property SystemAcl As RawAcl

Property Value

The SACL for this RawSecurityDescriptor object.

Applies to