How yo use SecureString

Hi @pcainzos

You can convert a string to secure string with this

String plainStr = new System.Net.NetworkCredential(string.Empty, secureStr).Password

see this

Thanks,
Prankur