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)
938
SystemAcl = new
SystemAcl
(IsContainer, IsDS, revision, trusted);