I\'m searching for a way to validate (or bypass validation for) self-signed SSL certificates using VB .Net. I found code to do this in C# and tried converting it into VB co
I'm not sure but this should work:
ServicePointManager.ServerCertificateValidationCallback = _ New RemoteCertificateValidationCallback(AddressOf AcceptAllCertifications)
http://msdn.microsoft.com/de-de/library/system.net.security.remotecertificatevalidationcallback%28VS.90%29.aspx