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:
Diffstat (limited to 'mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs')
-rw-r--r--mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs
index 81ec9286215..5386186d8c2 100644
--- a/mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs
+++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/StoreName.cs
@@ -5,7 +5,7 @@
// Sebastien Pouliot <sebastien@ximian.com>
//
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-// Copyright (C) 2004 Novell Inc. (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell Inc. (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
@@ -27,11 +27,10 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-#if NET_2_0 && SECURITY_DEP
+#if NET_2_0
namespace System.Security.Cryptography.X509Certificates {
- [Serializable]
public enum StoreName {
AddressBook = 1,
AuthRoot = 2,