DirectoryObjectSecurity.RemoveAccessRuleAll(ObjectAccessRule) メソッド

定義

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

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

パラメーター

rule
ObjectAccessRule

削除するアクセス規則。

適用対象