J
Joe Kinsella
I'm porting a small piece of Java that will fetch HTML from a secured web
page. The Java code was purposely written to accept any client
certificate - even out of date certificates. This was accomplished by
implementing an X509TrustManager that accepted any certificate.
I'm trying to understand how to do the equivalent in .Net.
Does anyone know how to do this? Help would be very much appreciated.
Thanks in advance.
Joe
page. The Java code was purposely written to accept any client
certificate - even out of date certificates. This was accomplished by
implementing an X509TrustManager that accepted any certificate.
I'm trying to understand how to do the equivalent in .Net.
Does anyone know how to do this? Help would be very much appreciated.
Thanks in advance.
Joe