unable to give the password name as secure string
Hi @Shravan_Pintu 4
Use the below syntax:
conversion of securestring to string
New System.Net.NetworkCredentials(String.Empty,password).Password
Regards
1 Like
If you are using classic activities, try the “Type Secure Text” activity instead.
1 Like
Thank you , its working fine
New System.Net.NetworkCredential(String.Empty,password).password
Thank you, Its working fine
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.