Hi,
Im having an issue with my password.
Properties as follows:-
the variable passWord has been declared.
Any assistance on this is much appreciated.
regards,
Edwin
Hi,
Im having an issue with my password.
Properties as follows:-
the variable passWord has been declared.
Any assistance on this is much appreciated.
regards,
Edwin
have a look on following acitivity as it is intended to get credentials
in case of the password is needed as string instead of securestring, we can convert into
As IsPassword is enabled, It returns a secure string
Use Assign activity and create a string variable as below
password = new system.Net.NetworkCredential(string.Empty,passWord).Password
Hope this helps you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.