CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: How to use SSL

  1. #1
    Join Date
    Nov 2005
    Posts
    49

    How to use SSL

    How to use SSL in desktop application?
    In fact, i am developing desktop application which download mails from gmail. But there POP3 require ssl. I want to know which class i should use for SSL? is it built in .net 2.0?
    Muhammad Waqas Badar

  2. #2
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: How to use SSL

    ssl support was added to .net 2.0 with the SslStream. Unless you've written the POP3 network code, adding the ssl support isn't going to be easy or possible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured