DirectoryObjectSecurity.RemoveAccessRuleAll(ObjectAccessRule) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Usuwa wszystkie reguły dostępu, które mają ten sam identyfikator zabezpieczeń co określona reguła dostępu z listy Access Control uznaniowej (DACL) skojarzonej z tym DirectoryObjectSecurity obiektem.
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)
Parametry
- rule
- ObjectAccessRule
Reguła dostępu do usunięcia.