Re: how validate certificate authority (General questions)
Fredy,
wodCrypt include wodCertificate component. In wodCertifcate component you can load Certificate, Private Key. Extract public key from certificate and private key...
Determines if certificate has associated private key. Maybe this is what you need?
More help for HasPrivateKey Property you can find here:
http://www.weonlydo.com/CertMng/Help/WODCERTMNGLib~Certificate~HasPrivateKey.html
Before you add HasPrivateKey Property to your code, you should load Certificate using Load Method and private key using LoadKey Method.
Drazen
Complete thread:
- how validate certificate authority - fredycuello, 2008-08-28, 15:32
- Re: how validate certificate authority - woddrazen, 2008-08-28, 22:39
- Re: how validate certificate authority - fredycuello, 2008-08-29, 21:44
- Re: how validate certificate authority - wodgrof, 2008-08-30, 02:22
- Re: how validate certificate authority - fredycuello, 2008-09-01, 15:29
- Re: how validate certificate authority - wodgrof, 2008-08-30, 02:22
- Re: how validate certificate authority - fredycuello, 2008-08-29, 21:44
- Re: how validate certificate authority - woddrazen, 2008-08-28, 22:39