Base:
property
ControlFlags
System.Security.AccessControl.GenericSecurityDescriptor.ControlFlags
9 references to ControlFlags
System.Security.AccessControl (9)
System\Security\AccessControl\ObjectSecurity.cs (2)
94_securityDescriptor.UpdateControlFlags(SACL_CONTROL_FLAGS, (ControlFlags)(newOne.ControlFlags & SACL_CONTROL_FLAGS)); 114(ControlFlags)((newOne.ControlFlags | daclFlag) & DACL_CONTROL_FLAGS));
System\Security\AccessControl\SecurityDescriptor.cs (7)
701rawSecurityDescriptor.ControlFlags, 745return _rawSd.ControlFlags; 944ControlFlags finalFlags = newFlags | (_rawSd.ControlFlags & (~flagsToUpdate)); 953_rawSd.SetFlags(_rawSd.ControlFlags | flags); 960_rawSd.SetFlags(_rawSd.ControlFlags & ~flags); 968return (_rawSd.ControlFlags & ControlFlags.SystemAclPresent) != 0; 976return (_rawSd.ControlFlags & ControlFlags.DiscretionaryAclPresent) != 0;