Refactor the [D|R]SACryptoServiceProvider constructors so it's possible for the linke...
commit01c8c99e7b4015ec67ad0974ace7be4a96b975a6
authorSebastien Pouliot <sebastien@xamarin.com>
Fri, 24 May 2013 14:30:45 +0000 (24 10:30 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Fri, 24 May 2013 14:31:41 +0000 (24 10:31 -0400)
tree1684b4fb056de314d1206506cdfd67662127919d
parent2e22b9b6668423911b965c4e6eae6bf831042164
Refactor the [D|R]SACryptoServiceProvider constructors so it's possible for the linker to remove the dependency on the XML parser when CspParameters are not used (saves 42KB)
mcs/class/corlib/System.Security.Cryptography/DSACryptoServiceProvider.cs
mcs/class/corlib/System.Security.Cryptography/RSACryptoServiceProvider.cs