I find “Get secure credential” in the package of “UiPath.Credentials.Activities”,but when I use the password,it shows the securestring can not be used.
What could I do?
I find “Get secure credential” in the package of “UiPath.Credentials.Activities”,but when I use the password,it shows the securestring can not be used.
What could I do?
type this @herowhite
new system.Net.NetworkCredential(string.empty, pswd).Password
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.