SSL in C#

  • Thread starter Thread starter sam williams
  • Start date Start date
S

sam williams

To all,

I am need to connect to a secure socket( not an http service ).

I am new to c# sharp/.NET but it looks like sockets namspace is unable to
connect via ssl. Is the only way to import some win32 dll that suports ssl
connections. I've seen some 3rd party libraries that support sll. I was
hoping there might be some examples or free libraries that someone may point
me too.

Thanks in advance!
 
sam williams said:
To all,

I am need to connect to a secure socket( not an http service ).

I am new to c# sharp/.NET but it looks like sockets namspace is
unable to connect via ssl. Is the only way to import some win32 dll
that suports ssl connections. I've seen some 3rd party libraries
that support sll. I was hoping there might be some examples or free
libraries that someone may point me too.

Sure: http://www.mentalis.org/soft/projects/seclib/

Cheers,
 
Back
Top