Started with Digital Signature
MSDN for the Security part is very confusing. There are many name spaces and similar classes to use. The articals on the net are mostly for Framework 1.0. Most of the classes have been modified since Framework 2.0.
Anyway, have found a way to do digital signature.
In order to implement the Digital Signature and Encryption, we mainly made use of the System.Security.Cryptography.Pkcs namespace. This name space provides programming elements for Public Key Cryptography Standards (PKCS), including methods for signing data, exchanging keys, requesting certificates, public key encryption and decryption, and other security functions.
Here is some detailed description with some code segments
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||
![]() |
||