Answers for "convert secure string to string uipath"

2

uipath secure string to string

// this will convert a secure string to a string
String plainStr = new System.Net.NetworkCredential(string.Empty, secureStr).Password
Posted by: Guest on November-04-2020

Code answers related to "convert secure string to string uipath"

Browse Popular Code Answers by Language