.NET Framework Libraries in Silverlight 2.0 Beta 1

Overview of Libraries in Silverlight 1.1 Alpha and Silverlight 2.0 Beta 1

Silverlight 2.0 .NET Libraries

Download Chart

NOTE: This is the overview of the base libraries of .NET Framework, complete libraries may/may not be available for Silverlight 2.0

Silverlight 2.0 Beta is huge compared to Silverlight 1.1 Alpha not just in terms of including the base libraries but also in providing extra sub classes within the libraries.

For example, Silverlight 1.1 Alpha included only three sub classes for System.Security.Cryptography

  1. RNGCryptoServiceProvider
  2. CryptographicException
  3. RandomNumberGenerator

Where as Silverlight 2.0 Beta 1 includes about 20 sub classes

  1. Aes
  2. AesManaged
  3. CryptographicException
  4. CryptographicUnexpectedOperationException
  5. CryptoStream
  6. DeriveBytes
  7. HashAlgorithm
  8. HMAC
  9. HMACSHA1
  10. HMACSHA256
  11. KeyedHashAlgorithm
  12. KeySizes
  13. RandomNumberGenerator
  14. Rfc2898DeriveBytes
  15. RNGCryptoServiceProvider
  16. SHA1
  17. SHA1Managed
  18. SHA256
  19. SHA256Managed
  20. SymmetricAlgorithm
This article is part of the GWB Archives. Original Author: Imran Shaik

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.