S
Sharon
Hi all.
How can i secure socket communications?
Is it possible to use ssl?
Thanks,
Sharon.
How can i secure socket communications?
Is it possible to use ssl?
Thanks,
Sharon.
Patrik said:Hello Sharon,
AFIK SSL is limited to HTTP communication, although on an infrastructure
level you could look at IPSec.
Nicholas said:This won't work, since you can not decouple a good deal of the
infrastructure of ASP/ASP.NET from IIS.
In .NET 2.0, you should take a look at the SslStream class, as it will
do what you are looking for.
Hope this helps.