3 references to SystemAcl
System.Security.AccessControl (3)
System\Security\AccessControl\ACL.cs (1)
2854: this(isContainer, isDS, isDS ? AclRevisionDS : AclRevision, capacity)
System\Security\AccessControl\CommonObjectSecurity.cs (1)
371_securityDescriptor.SystemAcl = new SystemAcl(IsContainer, IsDS, GenericAcl.AclRevision, 1);
System\Security\AccessControl\SecurityDescriptor.cs (1)
1197this.SystemAcl = new SystemAcl(this.IsContainer, this.IsDS, revision, trusted);