Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Web Services and SSL

Web Services and SSL

Scheduled Pinned Locked Moved Web Development
securitywcfcomtutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mtone
    wrote on last edited by
    #1

    If I have a Windows application that retrieves data using Web Services and I want the data to be secure can I access that Web Service in a Secure Socket using HttpS:// to provice data encryption? Example: Https://www.webservice.com/service.asmx It is my understanding that my Client the Windows app is accessing this in a Secure Socket therefore it is protected. Is that correct? Thanks Joe

    B 1 Reply Last reply
    0
    • M mtone

      If I have a Windows application that retrieves data using Web Services and I want the data to be secure can I access that Web Service in a Secure Socket using HttpS:// to provice data encryption? Example: Https://www.webservice.com/service.asmx It is my understanding that my Client the Windows app is accessing this in a Secure Socket therefore it is protected. Is that correct? Thanks Joe

      B Offline
      B Offline
      Bradml
      wrote on last edited by
      #2

      mtone wrote:

      It is my understanding that my Client the Windows app is accessing this in a Secure Socket therefore it is protected. Is that correct?

      Well It depends on 2 things. Are you using a browser to access the file? or is it internally acessed through an application? If through a browser then obviously it is encrypted. If your app gets the file and you arenot using the browser object then by default No it won't be encrypted. If you use the .Net browser object to collect the data then i think it will be fine as this object simply calls IE to do the work.

      Brad Australian Have you tried Rebooting it?

      M 1 Reply Last reply
      0
      • B Bradml

        mtone wrote:

        It is my understanding that my Client the Windows app is accessing this in a Secure Socket therefore it is protected. Is that correct?

        Well It depends on 2 things. Are you using a browser to access the file? or is it internally acessed through an application? If through a browser then obviously it is encrypted. If your app gets the file and you arenot using the browser object then by default No it won't be encrypted. If you use the .Net browser object to collect the data then i think it will be fine as this object simply calls IE to do the work.

        Brad Australian Have you tried Rebooting it?

        M Offline
        M Offline
        mtone
        wrote on last edited by
        #3

        thanks For the response this is the code in my Windows application. WsProxy.FuturesXiServices proxy = new WsProxy.FuturesXiServices(); proxy.Url = this._url; WsProxy.AuditLogin[] items = proxy.AuditLoginProvider_GetAll(start, pageLength, out count); return Convert(items); So what you are saying is that this is not protected with encryption if the URL is https://...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups