次の方法で共有


CommonSecurityDescriptor.SetDiscretionaryAclProtection メソッド

定義

この CommonSecurityDescriptor オブジェクトに関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) の継承保護を設定します。 保護された DACL は、親コンテナーからアクセス規則を継承しません。

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

パラメーター

isProtected
Boolean

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

preserveInheritance
Boolean

継承されたアクセス規則を DACL で維持する場合は true。継承されたアクセス規則を DACL から削除する場合は false

適用対象