Suppose we have created Asset in Orchestrator and while using asset in UiPath we want to see plain text of secure string. Can we see plain text?
It is not possible to view the plain text of a secure string asset in UiPath Orchestrator or Studio. The purpose of storing a value as a secure string is to provide an additional layer of security by encrypting the data. When you create a secure string asset in UiPath Orchestrator, the value is encrypted and stored securely.
Hope this helps,
Best Regards.
1 Like
but I heard there is some Name property, using that we can see but I am not sure
In studio you can see the plain text by using this formula in log message
New Net.Networkcredential("",securestringnvar).Password
Cheers
1 Like
You can try this also
(New System.Net.NetworkCredential(“”,“give the password here”)).SecurePassword