Scans your site and returns information about your SSL implementation and certificate. Helpful for debugging and validating your SSL configuration.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
A ContextMenuStrip has an Items() collection, containing ToolStripItem instances (not instance of Control).
Thus you'd have to do:
Open in new window