DirectoryObjectSecurity.RemoveAccessRule(ObjectAccessRule) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從與這個 DirectoryObjectSecurity 物件相關聯的 Discretionary 存取控制清單 (DACL),移除包含與指定存取規則相同安全識別項和存取遮罩的存取規則。
protected:
bool RemoveAccessRule(System::Security::AccessControl::ObjectAccessRule ^ rule);
protected bool RemoveAccessRule (System.Security.AccessControl.ObjectAccessRule rule);
member this.RemoveAccessRule : System.Security.AccessControl.ObjectAccessRule -> bool
Protected Function RemoveAccessRule (rule As ObjectAccessRule) As Boolean
參數
- rule
- ObjectAccessRule
要移除的存取規則。
傳回
如果成功移除存取規則,則為 true
,否則為 false
。
備註
除了移除訪問控制規則之外,存取移除是使用複雜的演算法來完成。
此方法無法移除存取規則,如果與存取規則相關聯的繼承規則太複雜,移除演算法無法成功,則會傳回 false
。