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
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