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

屬性值

這個物件是SACL RawSecurityDescriptor

適用於