How to Pass SecureSting value to ExecutableProcessPassword method
Hi,
I have write below code in my page.
session.ExecutableProcessUserName = "web";
session.ExecutableProcessPassword = "su8a"
but ExecutableProcessPassword method it can not accept string value because it's accept SecureSting value.
give me some sample code to pass securestring value in ExecutableProcessPassword method.
I will be thankful for you if you give asap reply.
Thanks
Nikesh
I have write below code in my page.
session.ExecutableProcessUserName = "web";
session.ExecutableProcessPassword = "su8a"
but ExecutableProcessPassword method it can not accept string value because it's accept SecureSting value.
give me some sample code to pass securestring value in ExecutableProcessPassword method.
I will be thankful for you if you give asap reply.
Thanks
Nikesh