SSL in C#

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!
 
J

Joerg Jooss

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top