Share via


RawSecurityDescriptor.SystemAcl 屬性

定義

取得或設定這個 RawSecurityDescriptor 物件的系統存取控制清單 (SACL)。 SACL 包含稽核規則。

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

屬性值

這個 RawSecurityDescriptor 物件的 SACL。

適用於