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

屬性值

這個物件是SACL CommonSecurityDescriptor

適用於