2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.X509Certificates / X509RevocationMode.cs
index e031a6f0ac6a45c0eebd04c7e15fe0831514cd35..fa7fa4f3432a4eb7b6fafef243203b58f6dc98b6 100755 (executable)
@@ -2,11 +2,10 @@
 // X509RevocationMode.cs - System.Security.Cryptography.X509Certificates.X509RevocationMode
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
-//
-
+// Copyright (C) 2004 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
@@ -34,8 +33,7 @@ using System;
 
 namespace System.Security.Cryptography.X509Certificates {
 
-       // Note: Match the definition of framework version 1.2.3400.0 on http://longhorn.msdn.microsoft.com
-
+       [Serializable]
        public enum X509RevocationMode {
                NoCheck,
                Online,
@@ -43,4 +41,4 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif
\ No newline at end of file
+#endif