Remove ChangeLog files from the repo
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Pkcs / SubjectIdentifierType.cs
old mode 100755 (executable)
new mode 100644 (file)
index 22527d3..758e3e1
@@ -1,12 +1,11 @@
 //
-// SubjectIdentifierType.cs - System.Security.Cryptography.Pkcs.SubjectIdentifierType
+// System.Security.Cryptography.Pkcs.SubjectIdentifierType
 //
 // Author:
-//     Sebastien Pouliot (spouliot@motus.com)
+//     Sebastien Pouliot  <sebastien@ximian.com>
 //
 // (C) 2003 Motus Technologies Inc. (http://www.motus.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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
-using System;
 
 namespace System.Security.Cryptography.Pkcs {
 
        public enum SubjectIdentifierType {
                Unknown,
                IssuerAndSerialNumber,
-               SubjectKeyIdentifier
+               SubjectKeyIdentifier,
+               NoSignature
        }
 }
 
-#endif
\ No newline at end of file