This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.X509Certificates / X509IncludeOption.cs
index 0699eac0a1a09061a2873c5af4c52c9fef72647d..a05d1968a3bd3793efa5790ea2469de77c17e3f9 100755 (executable)
@@ -2,10 +2,11 @@
 // X509IncludeOption.cs - System.Security.Cryptography.X509IncludeOption
 //
 // Author:
-//     Sebastien Pouliot  <sebastien@ximian.com>
+//     Sebastien Pouliot (spouliot@motus.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
@@ -33,7 +34,8 @@ using System;
 
 namespace System.Security.Cryptography.X509Certificates {
 
-       [Serializable]
+       // Note: Match the definition of framework version 1.2.3400.0 on http://longhorn.msdn.microsoft.com
+
        public enum X509IncludeOption {
                None,
                ExcludeRoot,
@@ -42,4 +44,4 @@ namespace System.Security.Cryptography.X509Certificates {
        }
 }
 
-#endif
+#endif
\ No newline at end of file