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

by dirk, (5492 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
?

locked

Complete thread: