Re: Hyperlink variable security

From: Jim Cheshire (jamesche_at_online.microsoft.com)
Date: 07/28/03

  • Next message: Chris Jackson: "Re: Access to config file"
    Date: Mon, 28 Jul 2003 16:46:19 GMT
    
    

    No problem at all. Glad to help.

    Jim Cheshire
    Developer Support
    ASP.NET
    jamesche@online.microsoft.com

    This post is provided as-is with no warranties and confers no rights.

    --------------------
    >From: "IntraRELY" <IntraRELY@yahoo.com>
    >References: <eCtpAYtUDHA.1152@tk2msftngp13.phx.gbl>
    <wdHzvjvUDHA.2116@cpmsftngxa06.phx.gbl>
    <uLBf9yvUDHA.1676@TK2MSFTNGP10.phx.gbl>
    <UAjsr$vUDHA.1564@cpmsftngxa06.phx.gbl>
    >Subject: Re: Hyperlink variable security
    >Date: Fri, 25 Jul 2003 19:27:08 -0700
    >Lines: 107
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    >Message-ID: <uwspJzxUDHA.2156@TK2MSFTNGP11.phx.gbl>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >NNTP-Posting-Host: wsip-68-106-74-63.oc.oc.cox.net 68.106.74.63
    >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.security:6044
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >
    >Cool...Thanks for your help Jim.
    >
    >Steve Wofford
    >www.ItnraRELY.com
    >
    >
    >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
    >news:UAjsr$vUDHA.1564@cpmsftngxa06.phx.gbl...
    >> Steve,
    >>
    >> If all of the pages you are requesting are being requested via SSL, the
    >> data will be encrypted. The strength of that encryption depends upon the
    >> cipher strength of the certificate.
    >>
    >> Jim Cheshire
    >> Developer Support
    >> ASP.NET
    >> jamesche@online.microsoft.com
    >>
    >> This post is provided as-is with no warranties and confers no rights.
    >>
    >> --------------------
    >> >From: "IntraRELY" <IntraRELY@yahoo.com>
    >> >References: <eCtpAYtUDHA.1152@tk2msftngp13.phx.gbl>
    >> <wdHzvjvUDHA.2116@cpmsftngxa06.phx.gbl>
    >> >Subject: Re: Hyperlink variable security
    >> >Date: Fri, 25 Jul 2003 15:37:43 -0700
    >> >Lines: 59
    >> >X-Priority: 3
    >> >X-MSMail-Priority: Normal
    >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    >> >Message-ID: <uLBf9yvUDHA.1676@TK2MSFTNGP10.phx.gbl>
    >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >NNTP-Posting-Host: wsip-68-106-74-63.oc.oc.cox.net 68.106.74.63
    >> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
    >> >Xref: cpmsftngxa06.phx.gbl
    >> microsoft.public.dotnet.framework.aspnet.security:6042
    >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >
    >> >So I can simply GET/POST my variable to the other pages the they will be
    >> >transmitted securily? I just didnt know if there was any other way to do
    >> it.
    >> >
    >> >TIA,
    >> >
    >> >Steve
    >> >
    >> >"Jim Cheshire (MS)" <jamesche@online.microsoft.com> wrote in message
    >> >news:wdHzvjvUDHA.2116@cpmsftngxa06.phx.gbl...
    >> >> Hi Steve,
    >> >>
    >> >> If your site is using SSL, you are using a secure method. Did you
    have
    >> >> something specifically that you were concerned about?
    >> >>
    >> >> Jim Cheshire
    >> >> Developer Support
    >> >> ASP.NET
    >> >> jamesche@online.microsoft.com
    >> >>
    >> >> This post is provided as-is with no warranties and confers no rights.
    >> >>
    >> >>
    >> >> --------------------
    >> >> >From: "IntraRELY" <IntraRELY@yahoo.com>
    >> >> >Subject: Hyperlink variable security
    >> >> >Date: Fri, 25 Jul 2003 11:00:25 -0700
    >> >> >Lines: 13
    >> >> >X-Priority: 3
    >> >> >X-MSMail-Priority: Normal
    >> >> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
    >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
    >> >> >Message-ID: <eCtpAYtUDHA.1152@tk2msftngp13.phx.gbl>
    >> >> >Newsgroups: microsoft.public.dotnet.framework.aspnet.security
    >> >> >NNTP-Posting-Host: wsip-68-106-74-63.oc.oc.cox.net 68.106.74.63
    >> >> >Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
    >> >> >Xref: cpmsftngxa06.phx.gbl
    >> >> microsoft.public.dotnet.framework.aspnet.security:6037
    >> >> >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.security
    >> >> >
    >> >> >Hello,
    >> >> >
    >> >> >I need to pass a variable from one page which is a datagrid and has a
    >> >> >hyperlink column. I will be passing the id for a particular row to
    >pull
    >> >up
    >> >> >additional details of the record. I want to know the most secure
    >method
    >> >to
    >> >> >accomplish this, the site will be using SSL. Are there any MSDN
    >articles
    >> >on
    >> >> >this.
    >> >> >
    >> >> >TIA,
    >> >> >
    >> >> >Steve
    >> >> >
    >> >> >
    >> >> >
    >> >>
    >> >
    >> >
    >> >
    >>
    >
    >
    >


  • Next message: Chris Jackson: "Re: Access to config file"

    Relevant Pages

    • RE: cant debug since SP2
      ... Jim Cheshire [MSFT] ... ASP.NET Developer Support ... | Thread-Topic: can't debug since SP2 ... | "Jim Cheshire " wrote: ...
      (microsoft.public.dotnet.framework.aspnet)
    • RE: Compiler Error Message: CS0007
      ... Jim Cheshire, MCSE, MCSD ... Developer Support ... >Importance: normal ... >Priority: normal ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Windows Authentication Timeout
      ... Jim Cheshire [MSFT] ... ASP.NET Developer Support ... | Subject: Re: Windows Authentication Timeout ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: machineKey values: how?
      ... Jim Cheshire, MCSE, MCSD ... This post is provided "AS-IS" with no warranties and confers no rights. ... >> Developer Support ...
      (microsoft.public.dotnet.framework.aspnet)