Not sure if I first need to do a NEW or not - WeOnlyDo Discussion board

Not sure if I first need to do a NEW or not (General questions)

by dirk, Monday, April 19, 2010, 11:43 (5331 days ago)

If I do
Dim cl As New CertLocation
Dim yourcert As ICertificate
Set yourcert = cl(CurrentUser).item(iSSLCertStore).item(iSSLCertSubject)

should
iWodHTTP(http_check_counter).Certificate = yourcert
then work OR should I first do:
set iWodHTTP(http_check_counter).Certificate = new certificate
?


Complete thread: