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?
Printable View
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?
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.