Hi All,
I am getting the following error after updating to windows from legacy version . I tried to update the packages also but still getting error
Hi All,
I am getting the following error after updating to windows from legacy version . I tried to update the packages also but still getting error
try to look below thread
What activity you are getting this error? Looks like earlier Secure String was supported but now it’s not.
Hi
I am getting when converted to secure string
What’s the expression you are using and in which activity?
This is the right way to convert securestring to string
new System.Net.NetworkCredential(string.Empty, secureStr).Password
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.