Merge pull request #1508 from slluis/fix-20966
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Pkcs / SignerInfoEnumerator.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0689799..32a165f
@@ -2,11 +2,10 @@
 // SignerInfoEnumerator.cs - System.Security.Cryptography.Pkcs.SignerInfoEnumerator
 //
 // 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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if SECURITY_DEP
 
 using System;
 using System.Collections;
 
 namespace System.Security.Cryptography.Pkcs {
 
-       public class SignerInfoEnumerator : IEnumerator {
+       public sealed class SignerInfoEnumerator : IEnumerator {
 
                private IEnumerator enumerator;
 
@@ -70,4 +69,4 @@ namespace System.Security.Cryptography.Pkcs {
        }
 }
 
-#endif
\ No newline at end of file
+#endif