Convert secure string to string

hi @jimmynastase1,

You can do this

StrVar =new System.Net.NetworkCredential(“”, SecureStrVar).Password

Cheers

3 Likes