Share via


RawSecurityDescriptor.SystemAcl プロパティ

定義

この RawSecurityDescriptor オブジェクトのシステム アクセス制御リスト (SACL: System Access Control List) を取得または設定します。 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。

適用対象