Hello
I was wondering whether there was any plans on your roadmap to support using the SecureString class for managing a connection string in a similar way to that which is possible with the SqlConnection object in the .Net libraries?
Trying to see how it is possible for that connection string to not be available in memory on a client-side application but as the MySQLConnection class has it's connection string as a normal string - this is always going to be available plaintext.
Many thanks
I was wondering whether there was any plans on your roadmap to support using the SecureString class for managing a connection string in a similar way to that which is possible with the SqlConnection object in the .Net libraries?
Trying to see how it is possible for that connection string to not be available in memory on a client-side application but as the MySQLConnection class has it's connection string as a normal string - this is always going to be available plaintext.
Many thanks