Replace CAPICOM with .NET, validate certificate
Posted
by Zaky
on Stack Overflow
See other posts from Stack Overflow
or by Zaky
Published on 2010-05-10T11:23:26Z
Indexed on
2010/05/10
12:24 UTC
Read the original article
Hit count: 1011
Hi
My component is responsible for downloading files from the server. As part of file validation I have used CAPICOM (SignedCode object) to validate if a certificate contains a specific string and call to Validate method of the SignedCode object. In case the file contains certificate without a requested string in the name, user was prompted if he trust this file.
Since CAPICOM going to be deprecated by Microsoft, I need to implement these logic using .NET libraries. How I can get the same functionality using .NET libraries? Is there any example on the web?
Thanks Zaky
© Stack Overflow or respective owner