Home All Groups Group Topic Archive Search About

Question about TCP/IP and SSL with sslstream

Author
17 Dec 2008 8:44 PM
Mars Shi
Hi there,

I am using vb.net 2005 on SSL connection to a remoted server based on
TCP/IP.

So far everything is ok. Handshake is done successfully.

Now I have question about sslstream, and I am using ssltream.write to
send request.

The question is : The request I am going to send, is it automatically
encrypted and signed? or I have to do encryption and sign by call other
functions/methods ?

Waiting for your guide.

Thanks

Mars

Author
17 Dec 2008 9:18 PM
Joe Kaplan
It is automatically encrypted and signed.  Those implementation details are
handled by the underlying SSL connection that you've established.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
Show quoteHide quote
"Mars Shi" <m***@infonet-tech.com> wrote in message
news:ebv$shIYJHA.2440@TK2MSFTNGP06.phx.gbl...
> Hi there,
>
> I am using vb.net 2005 on SSL connection to a remoted server based on
> TCP/IP.
>
> So far everything is ok. Handshake is done successfully.
>
> Now I have question about sslstream, and I am using ssltream.write to send
> request.
>
> The question is : The request I am going to send, is it automatically
> encrypted and signed? or I have to do encryption and sign by call other
> functions/methods ?
>
> Waiting for your guide.
>
> Thanks
>
> Mars