4 references to SystemAcl
mscorlib (4)
system\security\accesscontrol\acl.cs (1)
2939
:
this
( isContainer, isDS, isDS ? AclRevisionDS : AclRevision, capacity )
system\security\accesscontrol\commonobjectsecurity.cs (1)
367
_securityDescriptor.SystemAcl = new
SystemAcl
( IsContainer, IsDS, GenericAcl.AclRevision, 1 );
system\security\accesscontrol\directoryobjectsecurity.cs (1)
399
_securityDescriptor.SystemAcl = new
SystemAcl
(IsContainer, IsDS, GenericAcl.AclRevisionDS, 1);
system\security\accesscontrol\securitydescriptor.cs (1)
1251
this.SystemAcl = new
SystemAcl
(this.IsContainer, this.IsDS, revision, trusted);