Share via


CommonSecurityDescriptor.SystemAcl 屬性

定義

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

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

屬性值

這個 CommonSecurityDescriptor 物件的 SACL。

適用於