Get secure credentials, value mapping a secure string

Hello @Peled_Daniel ,

To convert Secure String value to String
PasswordStr = New System.Net.NetworkCredential(String.Empty,SecureStringVariable).Password

For more details read the below article :

Regards,
Rohith