It says “Password” the string type cannot be converted to System.Security.SecureString. What do i do?
Thanks!!
Are you using ‘Type Secure Text’ activity when entering a secure string in an input field ?
cheers ![]()
Happy learning ![]()
iam not using an ‘Type secure text’ activity should I?
@pattyricarte
Can i see your xaml how did you pass the value to securestring ?
cheers ![]()
Happy learning ![]()
Are you using like these.
Password=New System.Net.NetworkCredential(String.Empty,“YourPassword”).SecurePassword
cheers ![]()
Happy learning ![]()
Hi @pattyricarte
I just copied the GetAppCredentials from the REFramework Template
Cheers