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
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