10 references to AddControlFlags
mscorlib (10)
system\security\accesscontrol\commonobjectsecurity.cs (2)
237_securityDescriptor.AddControlFlags(ControlFlags.DiscretionaryAclPresent); 368_securityDescriptor.AddControlFlags(ControlFlags.SystemAclPresent);
system\security\accesscontrol\directoryobjectsecurity.cs (2)
267_securityDescriptor.AddControlFlags(ControlFlags.DiscretionaryAclPresent); 400_securityDescriptor.AddControlFlags(ControlFlags.SystemAclPresent);
system\security\accesscontrol\securitydescriptor.cs (6)
1101AddControlFlags( ControlFlags.SystemAclPresent ); 1159AddControlFlags( ControlFlags.DiscretionaryAclPresent ); 1190AddControlFlags( ControlFlags.SystemAclProtected ); 1207AddControlFlags( ControlFlags.DiscretionaryAclProtected ); 1246this.AddControlFlags(ControlFlags.DiscretionaryAclPresent); 1252this.AddControlFlags(ControlFlags.SystemAclPresent);