2004-12-23 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 23 Dec 2004 13:50:47 +0000 (13:50 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 23 Dec 2004 13:50:47 +0000 (13:50 -0000)
commitbbc7ffba3919fd54a6262ff1ef960ba4ad65789b
tree447b86750a17bc34fa98e3e6ea67ea147d348ba6
parent3e5e30a790b1b9182175d71d91b01f09aad4a979
parent183e72bc2b8284dbaba7db6579da8df0f29395c2
2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>

* System.Security.dll.sources: Added System.Security.Cryptography/
ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
MemoryProtectionScope.cs as they been moved from mscorlib to here.
* System.Security_test.dll.sources : Added Test/System.Security.
Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the
same reason.

svn path=/trunk/mcs/; revision=38060
mcs/class/System.Security/ChangeLog
mcs/class/System.Security/System.Security.Cryptography/DataProtectionScope.cs
mcs/class/System.Security/System.Security.Cryptography/MemoryProtectionScope.cs
mcs/class/System.Security/System.Security.Cryptography/ProtectedData.cs
mcs/class/System.Security/System.Security.Cryptography/ProtectedMemory.cs
mcs/class/System.Security/System.Security.dll.sources
mcs/class/System.Security/System.Security_test.dll.sources
mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedDataTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography/ProtectedMemoryTest.cs