X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.X509Certificates%2FX509SelectionFlag.cs;h=681e520cc55befc2c0bba93622846f5440a7ea20;hb=69f207ee9e4f440e66e98bf5f685807f6527c39d;hp=75381deaa9939435f94eb6935036d8f5431517b3;hpb=0649b90c407fc29ee8377f2c6fb42ae2c006e26a;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs b/mcs/class/System.Security/System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs index 75381deaa99..681e520cc55 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs @@ -5,7 +5,7 @@ // Sebastien Pouliot // // (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,17 +27,12 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 - -using System; namespace System.Security.Cryptography.X509Certificates { - [Serializable] public enum X509SelectionFlag { SingleSelection, MultiSelection } } -#endif