How print the password from acsset

Hello
I need to print the password from the credentials i have to print or i want to know the password
Anyone, please help

regards
Chethan P

using below code

String securePWd= new System.Net.NetworkCredential(string.Empty, securePassword).Password

1 Like

Hi @copy_writes,

Before you print it using the workaround from @shaik_Azam. Please ensure you use a Message Box instead of a log message or writeline activity. Only use this workaround when in a development environment.

Both Log message and Writeline activities will log that password in freetext and this will be saved both in robot execution logs and orchestrator logs, which is a big no no when it comes to data security!