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