System.Security.AccessControl.DirectoryObjectSecurity.GetAccessRules C# (CSharp) Méthode

GetAccessRules() public méthode

public GetAccessRules ( bool includeExplicit, bool includeInherited, System targetType ) : System.Security.AccessControl.AuthorizationRuleCollection
includeExplicit bool
includeInherited bool
targetType System
Résultat System.Security.AccessControl.AuthorizationRuleCollection
        public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw null; }
        public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw null; }