Created a library that was a securestring arg in doesn't work

Basically I wanted to create a library that takes email and pw(assecurestring) as in_args, but when i use the activity afterwards I get this, and I’m not sure how to change the “String” to secure string or how to type as a secure string, Thanks for the help!

Hi @Rodrigo_Silva ,

Could you try using the below Expression:

(new System.Net.NetworkCredential("","YourStringPassword")).SecurePassword
1 Like

Thank you very much! found a better way tho, instead of asking for the User and PW, I’ve asked for the orchestrator folder path and credentials name as in args.

1 Like

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