Error after updating to

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

@dutta.marina

try to look below thread

@dutta.marina,

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

@dutta.marina,

What’s the expression you are using and in which activity?

@ashokkarale

@dutta.marina,

This is the right way to convert securestring to string

new System.Net.NetworkCredential(string.Empty, secureStr).Password
3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.