Re: Not sure if I first need to do a NEW or not (General questions)
Dirk,
I don't think you need this. Something like this should work:
[code] Dim cert As New Certificate
Dim Location As CertLocation
Set Location = New CertLocation
Set cert = Location(CurrentUser).item(iSSLCertStore).item(iSSLCertSubject)
Dim http1 As wodHttpDLXCom
Set http1 = New wodHttpDLXCom
Set http1.Certificate = cert
Debug.Print http1.Certificate.CommonName[/code]
Drazen
Complete thread:
- Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 11:43
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:09
- Re: Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 13:13
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:37
- Re: Not sure if I first need to do a NEW or not - dirk, 2010-04-19, 13:13
- Re: Not sure if I first need to do a NEW or not - woddrazen, 2010-04-19, 13:09