I'm trying to work with client side certificate enrollment via COM Interop
Which library is appropriate for use?
I'm trying to work with client side certificate enrollment via COM Interop
Which library is appropriate for use?
For operating systems starting with Windows Vista/Windows Server 2008, you need to use CertEnroll library. Also, CertCli library may be necessary if you want to utilize ICertRequest
interface (out-of-band certificate enrollment).