G
Guest
I cannot get an answer as to why my session state no longer remains active
between webpages after working for 2 years. So I want to try to pass data
thru query strings in my url. I tried to use SecureString to encrypt the
sensitive data but cannot figure out how to encrpyt data using this method
from the documentation. Does anyone have an example of how to encrpyt data
when passing data with a url in a Redirect to another webpage using C# and
then un-ecrypting the data in the new webpage?
between webpages after working for 2 years. So I want to try to pass data
thru query strings in my url. I tried to use SecureString to encrypt the
sensitive data but cannot figure out how to encrpyt data using this method
from the documentation. Does anyone have an example of how to encrpyt data
when passing data with a url in a Redirect to another webpage using C# and
then un-ecrypting the data in the new webpage?