CommonObjectSecurity.RemoveAccessRuleAll(AccessRule) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從與這個 CommonObjectSecurity 物件相關聯的 Discretionary 存取控制清單 (DACL),移除包含與指定存取規則相同安全識別項的所有存取規則。
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
要移除的存取規則。
備註
為了避免意外允許對主體的存取,應用程式應該檢查是否有允許所有人 (在 AEFA) 存取控制專案 (ACE) 存取權,並在修改 DACL 之前移除它。