Use ECDsaCng to sign a message and use the signature to verify that the message has not been altered.

The demo shows how to use the ECDsaCng class to sign a message and how to use the signature to verify that the message has not been altered.




  
Download

Downloaded
26 times



Updated
20/08/2018


Developer
Bismark

Description

The demo shows how to use the ECDsaCng class to sign a message and how to use the signature to verify that the message has not been altered.


ECDsaCng provides a Cryptography Next Generation (CNG) implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA).

Back