Overview of Libraries in Silverlight 1.1 Alpha and Silverlight 2.0 Beta 1
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
- RNGCryptoServiceProvider
- CryptographicException
- RandomNumberGenerator
Where as Silverlight 2.0 Beta 1 includes about 20 sub classes
- Aes
- AesManaged
- CryptographicException
- CryptographicUnexpectedOperationException
- CryptoStream
- DeriveBytes
- HashAlgorithm
- HMAC
- HMACSHA1
- HMACSHA256
- KeyedHashAlgorithm
- KeySizes
- RandomNumberGenerator
- Rfc2898DeriveBytes
- RNGCryptoServiceProvider
- SHA1
- SHA1Managed
- SHA256
- SHA256Managed
- SymmetricAlgorithm