次の方法で共有


CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) メソッド

定義

この CommonSecurityDescriptor オブジェクトに関連付けられたシステム アクセス制御リスト (SACL) の継承保護を設定します。 保護された SACL は、親コンテナーから監査規則を継承しません。

public:
 void SetSystemAclProtection(bool isProtected, bool preserveInheritance);
public void SetSystemAclProtection (bool isProtected, bool preserveInheritance);
member this.SetSystemAclProtection : bool * bool -> unit
Public Sub SetSystemAclProtection (isProtected As Boolean, preserveInheritance As Boolean)

パラメーター

isProtected
Boolean

SACL を継承から保護する場合は true

preserveInheritance
Boolean

継承された監査規則を SACL で維持する場合は true。継承された監査規則を SACL から削除する場合は false

適用対象