[System.Data.Common] Add IDbColumnSchemaGenerator
[mono.git] / mcs / class / System.Security / System.Security.Cryptography.Xml / EncryptedData.cs
index 425e42fb5d01552b54b467c28c15dfb832c6aef5..ff141f602d5d7a5a3997269bb2fa93d134b89ec4 100644 (file)
@@ -28,7 +28,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Security.Cryptography.X509Certificates; 
 using System.Xml;
@@ -139,4 +138,3 @@ namespace System.Security.Cryptography.Xml {
        }
 }
 
-#endif