[docs] Import of Microsoft BCL Documentation.
[mono.git] / mcs / class / corlib / System.Security.Cryptography / PaddingMode.cs
index fd9af0f96d080958126ed365b04e0f9f5f68b40f..52c71eeee25092c33315809ff8311e559b3797c8 100644 (file)
@@ -33,18 +33,14 @@ using System.Runtime.InteropServices;
 
 namespace System.Security.Cryptography {
        
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [Serializable]
        public enum PaddingMode {
                None = 0x1,
                PKCS7,
                Zeros,
-#if NET_2_0
                ANSIX923,
                ISO10126
-#endif
        }
 }