2 overrides of ControlFlags
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
510public override ControlFlags ControlFlags 741public override ControlFlags ControlFlags
6 references to ControlFlags
System.Security.AccessControl (6)
System\Security\AccessControl\SecurityDescriptor.cs (6)
131if ((ControlFlags & ControlFlags.SystemAclPresent) != 0 && 137if ((ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0 && 218((ControlFlags & ControlFlags.RMControlValid) != 0)) ? (rsd.ResourceManagerControl) : (byte)0; 221int materializedControlFlags = (int)ControlFlags; 269if ((ControlFlags & ControlFlags.SystemAclPresent) != 0 && 283if ((ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0 &&