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/X500DistinguishedNameFlags.cs')
-rw-r--r--mcs/class/System/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.cs
index c0b5af1d57d..f3e2df67278 100644
--- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.cs
+++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X500DistinguishedNameFlags.cs
@@ -26,12 +26,11 @@
// 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 {
[Flags]
- [Serializable]
public enum X500DistinguishedNameFlags {
None = 0,
Reversed = 1,