2 overrides of ControlFlags
mscorlib (2)
system\security\accesscontrol\securitydescriptor.cs (2)
716public override ControlFlags ControlFlags 1023public override ControlFlags ControlFlags
6 references to ControlFlags
mscorlib (6)
system\security\accesscontrol\securitydescriptor.cs (6)
181if (( ControlFlags & ControlFlags.SystemAclPresent ) != 0 && 187if (( ControlFlags & ControlFlags.DiscretionaryAclPresent ) != 0 && 298(( ControlFlags & ControlFlags.RMControlValid ) != 0 )) ? (( this as RawSecurityDescriptor ).ResourceManagerControl ) : ( byte )0; 301int materializedControlFlags = ( int )ControlFlags; 367if (( ControlFlags & ControlFlags.SystemAclPresent ) != 0 && 387if (( ControlFlags & ControlFlags.DiscretionaryAclPresent ) != 0 &&