CommonObjectSecurity.RemoveAccessRuleAll(AccessRule) 方法
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從與這個 CommonObjectSecurity 物件相關聯的 Discretionary 存取控制清單 (DACL),移除包含與指定存取規則相同安全識別項的所有存取規則。
protected:
void RemoveAccessRuleAll(System::Security::AccessControl::AccessRule ^ rule);
C#
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 之前移除它。
產品 | 版本 |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5 |