How to Pass SecureSting value to ExecutableProcessPassword method
Hi,
I have write below code in my page.
but
Give me some sample code to pass
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"
ExecutableProcessPassword
method it can not accept string value because it's accept SecureString
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