2 overrides of ControlFlags
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
684public override ControlFlags ControlFlags 983public override ControlFlags ControlFlags
6 references to ControlFlags
System.Security.AccessControl (6)
System\Security\AccessControl\SecurityDescriptor.cs (6)
181if ((ControlFlags & ControlFlags.SystemAclPresent) != 0 && 187if ((ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0 && 287((ControlFlags & ControlFlags.RMControlValid) != 0)) ? (rsd.ResourceManagerControl) : (byte)0; 290int materializedControlFlags = (int)ControlFlags; 356if ((ControlFlags & ControlFlags.SystemAclPresent) != 0 && 376if ((ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0 &&