Tagged Questions

3
votes
3answers
188 views

CAPICOM vs P/Invoke

I would like to use CryptoAPI in C# to access certificate store and sign message. This MSDN article "CAPICOM: CryptoAPI Made Easy" shows 2 way to do that: using CAPICOM or P/Invoke. Which is best? ...
1
vote
1answer
586 views

Replace CAPICOM with .NET, validate certificate

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 ...
1
vote
1answer
923 views

How can I access Certificate ExtendedProperties using powershell?

If you open the properties window of a certificate in the certificate manager in windows you will see both a friendlyname and description field. I'm trying to get to the description field ...