X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Security.Cryptography.X509Certificates%2FX509RevocationMode.cs;h=123b15af02a1c515e9bcbedf823521653792cdcd;hb=89d0ba3968d36576553e0f483b0c69465f94e8ae;hp=fa7fa4f3432a4eb7b6fafef243203b58f6dc98b6;hpb=506be93c647c80c6164581ee7d6e9ede2fe1b82b;p=mono.git diff --git a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509RevocationMode.cs b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509RevocationMode.cs index fa7fa4f3432..123b15af02a 100644 --- a/mcs/class/System/System.Security.Cryptography.X509Certificates/X509RevocationMode.cs +++ b/mcs/class/System/System.Security.Cryptography.X509Certificates/X509RevocationMode.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 @@ -29,11 +29,8 @@ #if NET_2_0 -using System; - namespace System.Security.Cryptography.X509Certificates { - [Serializable] public enum X509RevocationMode { NoCheck, Online,