allurai_india
((Allu)Alluraiah Yallapragada)
1
Hi
I have created a Generic Credential name “credentialtest” …on my LAPTOP
used “Get secure Credential” activity …
saved password in variable as “login_pwd”
saved user in variable as “login_id”
But why the “login_pwd” is not entering in website …and it showing value as “security.securestring”

lakshman
(Ganta lakshman)
2
@allurai_india
To enter password use Type Secure Text activity and pass that password variable into it.
2 Likes
allurai_india
((Allu)Alluraiah Yallapragada)
3
so , I have to change Variable "login_pwd” from String type to securestring type ???
lakshman
(Ganta lakshman)
4
@allurai_india
Yes, Exactly. It should be System.Security.SecureString type but not System.String.
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.