
Signature
Arne Garvander
Certified Geek
Professional Data Dude
>How do I thanslate
> ServicePointManager.ServerCertificateValidationCallback =
> new RemoteCertificateValidationCallback(MyCertValidationCb);
>to VB 8
ServicePointManager.ServerCertificateValidationCallback =
New RemoteCertificateValidationCallback(AddressOf MyCertValidationCb)
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Arne Garvander - 04 Dec 2007 20:05 GMT
Tack sa mycket

Signature
Arne Garvander
Certified Geek
Professional Data Dude
> >How do I thanslate
> > ServicePointManager.ServerCertificateValidationCallback =
[quoted text clipped - 5 lines]
>
> Mattias