Cryptographic Services in Silverlight
Microsoft Silverlight will reach end of support after October 2021. Learn more.
In Silverlight, the System.Security.Cryptography namespace contains classes that enable you to perform symmetric cryptography, create hashes and digital signatures, and provide random number generation. This section describes how to generate hash codes and digital signatures.
For an overview of cryptography in the .NET Framework, see Cryptographic Services in the .NET Framework documentation.
In This Section
Cryptographic Signatures in Silverlight
Describes how to generate and verify cryptographic signatures.Ensuring Data Integrity with Hash Codes
Describes how to generate and verify hash codes.