Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Signing » c#   (RSS)
Sorry, but there are no more tags available to filter with.

How to digitally sign a string

The first step is to create a pair of key(pulic/private): RSACryptoServiceProvider RSA = new RSACryptoServiceProvider(); string publicKey = RSA.ToXmlString(false); string privateKey = RSA.ToXmlString(true); Private key is required to sign the string.
Posted by NicolD | 1 Comments
Filed under: ,
 
Page view tracker