Error with Secure Password

what is the thing i am missing, how to fix this

Hi @devasaiprasad_K

Try giving the datatype of in_SecurePswd as System.Security.SecureString

Hope it helps!!

i remember like i have not done previously while reading the username and password from orchestrator CREDENTIAL, is there any specific scenarios we need to use SecureString for the variables?

getting this Error

@devasaiprasad_K,

Convert your normal string to Secure string by this.

YourSecureStringVariable = new System.Net.NetworkCredential(string.Empty, YourSecurityString).Password

Thanks,
Ashok :slight_smile:

@devasaiprasad_K

Check out the video link:

Your both data type is not same need to type cast then allocate to it.

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