How to convert secure string to string in uipath

@shankar.arekonda.external

So

You need to use string variable in the assign activity

Left of the assig should be stringvar “SDPassword” = new System.Net.NetworkCredential(string.Empty, secureStrvariable).Password

Then use thte SDPassword in the typinto activity

Other one intead of conveting the securestring to string you can also use

Type Secure String activity and pass the SecureString Variable directly in SecureText field in the properties

Kindly close the topic by marking the solution.

Happy Automation

Regards
Sudharsan

1 Like