C# Crypto API examples
Posted
by Gearoid Murphy
on Stack Overflow
See other posts from Stack Overflow
or by Gearoid Murphy
Published on 2010-04-23T13:30:38Z
Indexed on
2010/04/23
13:33 UTC
Read the original article
Hit count: 333
c#
|cryptography
Hello, I'm looking for examples + information on how to extract certificate information from the windows certificate store and perform operations like verifying signatures using the retrieved certificates. The API documentation for C# in this regard is quite poor, with many of the entries in msdn marked with "This language is not supported, or no code example is available.", I'm sorry I can't be more specific, I haven't done any programming using cryptographic api's. The particular certificate will be provided via a USB token. Any help or pointers would be much appreciated, thanks.
© Stack Overflow or respective owner