Compiler error Argument


It says “Password” the string type cannot be converted to System.Security.SecureString. What do i do?

Thanks!!

1 Like

Hi @BjrnUitenbroek

Are you using ‘Type Secure Text’ activity when entering a secure string in an input field ?

cheers :smiley:

Happy learning :smiley:

4 Likes

iam not using an ‘Type secure text’ activity should I?
@pattyricarte

Hi @BjrnUitenbroek

Can i see your xaml how did you pass the value to securestring ?

cheers :smiley:

Happy learning :smiley:

3 Likes

Hi @BjrnUitenbroek

Are you using like these.

Password=New System.Net.NetworkCredential(String.Empty,“YourPassword”).SecurePassword

cheers :smiley:

Happy learning :smiley:

4 Likes

Hi @pattyricarte
I just copied the GetAppCredentials from the REFramework Template
Cheers

1 Like

Thanks @BjrnUitenbroek

Happy to help.

cheers :smiley:

Happy learning :smiley:

4 Likes

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