I'm trying to avoid an ODBC connection to my MySQL Server instance and a .Net connector so that I can use:

Use Windows authentication

Server=myServerAddress;Database=myDataBase;IntegratedSecurity=yes;
Uid
=auth_windows;
This option is available from Connector/NET version 6.4.4
The Windows Native Authentication Plugin must be installed for this to work.

I cannot seem to be able to set up a .Net connector though. It's been a while since I've coded these things and I could use a little help.