Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2004-12-23 16:50:47 +0300
committerSebastien Pouliot <sebastien@ximian.com>2004-12-23 16:50:47 +0300
commitbbc7ffba3919fd54a6262ff1ef960ba4ad65789b (patch)
tree447b86750a17bc34fa98e3e6ea67ea147d348ba6 /mcs/class/System.Security/System.Security_test.dll.sources
parent3e5e30a790b1b9182175d71d91b01f09aad4a979 (diff)
parent183e72bc2b8284dbaba7db6579da8df0f29395c2 (diff)
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
Diffstat (limited to 'mcs/class/System.Security/System.Security_test.dll.sources')
-rw-r--r--mcs/class/System.Security/System.Security_test.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Security/System.Security_test.dll.sources b/mcs/class/System.Security/System.Security_test.dll.sources
index 2c4eba53a96..4e06fe47816 100644
--- a/mcs/class/System.Security/System.Security_test.dll.sources
+++ b/mcs/class/System.Security/System.Security_test.dll.sources
@@ -3,6 +3,8 @@ System.Security.Cryptography/CryptographicAttributeTest.cs
System.Security.Cryptography/OidCollectionTest.cs
System.Security.Cryptography/OidEnumeratorTest.cs
System.Security.Cryptography/OidTest.cs
+System.Security.Cryptography/ProtectedDataTest.cs
+System.Security.Cryptography/ProtectedMemoryTest.cs
System.Security.Cryptography.Pkcs/AlgorithmIdentifierTest.cs
System.Security.Cryptography.Pkcs/CmsRecipientTest.cs
System.Security.Cryptography.Pkcs/CmsSignerTest.cs