Base:
property
ControlFlags
System.Security.AccessControl.GenericSecurityDescriptor.ControlFlags
9 references to ControlFlags
mscorlib (9)
system\security\accesscontrol\objectsecurity.cs (2)
126_securityDescriptor.UpdateControlFlags(SACL_CONTROL_FLAGS, (ControlFlags)(newOne.ControlFlags & SACL_CONTROL_FLAGS)); 146(ControlFlags)((newOne.ControlFlags | daclFlag) & DACL_CONTROL_FLAGS));
system\security\accesscontrol\securitydescriptor.cs (7)
965rawSecurityDescriptor.ControlFlags, 1027return _rawSd.ControlFlags; 1260ControlFlags finalFlags = newFlags | (_rawSd.ControlFlags & (~flagsToUpdate)); 1272_rawSd.SetFlags(_rawSd.ControlFlags | flags); 1279_rawSd.SetFlags(_rawSd.ControlFlags & ~flags); 1287return (_rawSd.ControlFlags & ControlFlags.SystemAclPresent) != 0; 1295return (_rawSd.ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0;