CommonObjectSecurity.RemoveAccessRuleAll(AccessRule) メソッド

定義

指定したアクセス規則と同じセキュリティ識別子を含むすべてのアクセス規則を、この CommonObjectSecurity オブジェクトに関連付けられた随意アクセス制御リスト (DACL: Discretionary Access Control List) から削除します。

protected:
 void RemoveAccessRuleAll(System::Security::AccessControl::AccessRule ^ rule);
protected void RemoveAccessRuleAll (System.Security.AccessControl.AccessRule rule);
member this.RemoveAccessRuleAll : System.Security.AccessControl.AccessRule -> unit
Protected Sub RemoveAccessRuleAll (rule As AccessRule)

パラメーター

rule
AccessRule

削除するアクセス規則。

注釈

プリンシパルへのアクセスを意図せずに許可しないように、アプリケーションでは、DACL を変更する前に、すべてのユーザーにフル アクセス許可 (AEFA) アクセス制御エントリ (ACE) が存在することを確認し、削除する必要があります。

適用対象