0

I'm trying to work with client side certificate enrollment via COM Interop

enter image description here

Which library is appropriate for use?

makerofthings7
  • 60,103
  • 53
  • 215
  • 448

1 Answers1

0

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).

Crypt32
  • 12,850
  • 2
  • 41
  • 70