In .:
commit3c4a82b3998e50388ab90b05597c03932e8bcd84
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 29 Apr 2009 12:12:36 +0000 (29 12:12 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 29 Apr 2009 12:12:36 +0000 (29 12:12 -0000)
tree12f90471dc8e56f2b40afb5f4441a13c9840a252
parent8c829cb5294c0caff7d4695a777ac352dfb0335b
In .:
2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

* corlib.dll.sources: Add CryptoConfig_2_1.cs (partial class) to
the build

In System.Security.Cryptography:
2009-04-29  Sebastien Pouliot  <sebastien@ximian.com>

* CryptoConfig.cs: Change to partial class and don't include this
part (#ifdef out) in the NET_2_1 build.
* CryptoConfig_2_1.cs: Partial class that contains only what's
needed for Moonlight (NET_2_1). This disallow dynamically replacing
cryptographic algorithms using machine.config

svn path=/trunk/mcs/; revision=132992
mcs/class/corlib/ChangeLog
mcs/class/corlib/System.Security.Cryptography/ChangeLog
mcs/class/corlib/System.Security.Cryptography/CryptoConfig.cs
mcs/class/corlib/System.Security.Cryptography/CryptoConfig_2_1.cs [new file with mode: 0644]
mcs/class/corlib/corlib.dll.sources