I have a .NET SSL server that use SslStream class to communicate with clients.
Does anyone know if this class can communicate with sockets of other languages like Java or only with .NET ?
Thanks.
----- EDIT ----
It works.
I have a .NET SSL server that use SslStream class to communicate with clients.
Does anyone know if this class can communicate with sockets of other languages like Java or only with .NET ?
Thanks.
----- EDIT ----
It works.