Revoking certificate in c# with ICertAdmin2::RevokeCertificate method
Posted
by grega g
on Stack Overflow
See other posts from Stack Overflow
or by grega g
Published on 2009-08-04T12:56:31Z
Indexed on
2010/05/28
11:01 UTC
Read the original article
Hit count: 720
c#
|certificate-authority
How to import certadm.dll into managed project and use RevokeCertificate method? I tried adding it as reference but I got error asying it's not assembly or COM object.
Any ideas?
UPDATE: I already tried regsvr32 c:\certadm.dll and I get following error: LoadLibrary("c:\certadm.dll") failed - the specified procedure could not be found.
© Stack Overflow or respective owner