Ask a Question related to ASP.NET Security, Design and Development.
-
Han Sen #1
SecureQueryString
I'm trying to figure out how to use SecureQueryString (looked
everywhere, only found a half cooked example at DotNetJunkies). Does
anyone have a little more info on how to implement SecureQueryString?
Han Sen Guest
-
Han Sen #2
Re: SecureQueryString
Minutes after posting the first message I realized the entire c# code
was for download. I also found this great article:
[url]http://www.devcity.net/net/article.aspx?alias=encrypt_querystring[/url]
On Wed, 07 Jul 2004 21:55:58 +0200, Han Sen <han@sen.se> wrote:
>I'm trying to figure out how to use SecureQueryString (looked
>everywhere, only found a half cooked example at DotNetJunkies). Does
>anyone have a little more info on how to implement SecureQueryString?
>Han Sen Guest
-
Hernan de Lahitte #3
Re: SecureQueryString
If you want to store sensitive data on managed string (not a good idea) you
have a SecureString (like the one in Whidbey) for v1.1 here:
[url]http://weblogs.asp.net/hernandl/archive/2004/07/07/174736.aspx[/url]
--
Hernan de Lahitte
Lagash Systems S.A.
[url]http://weblogs.asp.net/hernandl[/url]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Han Sen" <han@sen.se> wrote in message
news:a7loe0h0sdademrdd3bo4fvrrhh4oiopo0@4ax.com...> I'm trying to figure out how to use SecureQueryString (looked
> everywhere, only found a half cooked example at DotNetJunkies). Does
> anyone have a little more info on how to implement SecureQueryString?
>
>
Hernan de Lahitte Guest



Reply With Quote

