Base:
property
ControlFlags
System.Security.AccessControl.GenericSecurityDescriptor.ControlFlags
9 references to ControlFlags
System.Security.AccessControl (9)
System\Security\AccessControl\ObjectSecurity.cs (2)
114_securityDescriptor.UpdateControlFlags(SACL_CONTROL_FLAGS, (ControlFlags)(newOne.ControlFlags & SACL_CONTROL_FLAGS)); 134(ControlFlags)((newOne.ControlFlags | daclFlag) & DACL_CONTROL_FLAGS));
System\Security\AccessControl\SecurityDescriptor.cs (7)
925rawSecurityDescriptor.ControlFlags, 987return _rawSd.ControlFlags; 1206ControlFlags finalFlags = newFlags | (_rawSd.ControlFlags & (~flagsToUpdate)); 1218_rawSd.SetFlags(_rawSd.ControlFlags | flags); 1225_rawSd.SetFlags(_rawSd.ControlFlags & ~flags); 1233return (_rawSd.ControlFlags & ControlFlags.SystemAclPresent) != 0; 1241return (_rawSd.ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0;