[corlib] cryptography from reference sources
commit63a3a3aed7707635671de30e20793ff74a51b797
authorMarek Safar <marek.safar@gmail.com>
Mon, 20 Apr 2015 14:49:59 +0000 (20 16:49 +0200)
committerMarek Safar <marek.safar@gmail.com>
Mon, 20 Apr 2015 14:50:56 +0000 (20 16:50 +0200)
tree2b509364145717b365b97ad2f6bc6911e20f330d
parente097a98f3bd9082c7d03fa580b604c0228b4ad67
[corlib] cryptography from reference sources
32 files changed:
external/referencesource
mcs/class/corlib/ReferenceSources/win32native.cs
mcs/class/corlib/System.Security.Cryptography/Aes.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeDeformatter.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/AsymmetricKeyExchangeFormatter.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureDeformatter.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/AsymmetricSignatureFormatter.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/CipherMode.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/CryptoStream.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/CryptoStreamMode.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/CryptographicException.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/CryptographicUnexpectedOperationExcpetion.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/DeriveBytes.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/FromBase64Transform.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/ICryptoTransform.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/KeySizes.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/MaskGenerationMethod.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/PaddingMode.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/RIPEMD160.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/RandomNumberGenerator.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/Rijndael.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SHA1.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SHA256.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SHA384.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SHA512.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SignatureDescription.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/SymmetricAlgorithm.cs [deleted file]
mcs/class/corlib/System.Security.Cryptography/ToBase64Transform.cs [deleted file]
mcs/class/corlib/Test/System.Security.Cryptography/CryptoStreamTest.cs
mcs/class/corlib/Test/System.Security.Cryptography/FromBase64Transform.cs
mcs/class/corlib/Test/System.Security.Cryptography/ToBase64TransformTest.cs
mcs/class/corlib/corlib.dll.sources