System.Security.AccessControl.SystemAcl.SystemAcl C# (CSharp) Method

SystemAcl() public method

public SystemAcl ( bool isContainer, bool isDS, System rawAcl )
isContainer bool
isDS bool
rawAcl System
        public SystemAcl(bool isContainer, bool isDS, System.Security.AccessControl.RawAcl rawAcl) { }
        public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { }

Same methods

SystemAcl::SystemAcl ( bool isContainer, bool isDS, byte revision, int capacity )
SystemAcl::SystemAcl ( bool isContainer, bool isDS, int capacity )