|
Forums -> Security Library Forum
how to convert this to VB.net |
|
|
by Ziwei [ziweizhou at hotmail dot com] posted on 2004/10/12 |
|
Hi,
I was trying the smtp client, and I am not sure how to convert following to VB.Net
options.Verifier = new CertVerifyEventHandler(OnVerify);
any help will be appreciated |
by Ziwei [ziweizhou at hotmail dot com] posted on 2004/10/12 |
|
Actually, is it possible to provide some VB.Net Examples for SMTP or WebClient? I tried to convert the C# example, But I cannot get it to work right. Always getting NullObject Reference Error.
Thanks a lot |
by Chris [chrwil at aent dot com] posted on 2004/11/05 |
|
Dim cveh as CertVerifyEventHandler
options.Verifier = cveh(OnVerify) |
|
|