Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
committerMartin Baulig <martin@novell.com>2004-04-23 06:24:02 +0400
commitdfedf08d980d94226d3633164af1696343cbf717 (patch)
tree0c821cc1e7c35951cb6cd047ac434461b4898c32 /mcs/class/System.Security/System.Security.Cryptography.Pkcs
parent84ce456dd22c91479af29f81fd6125bfe196e26b (diff)
2004-04-22 Martin Baulig <martin@ximian.com>
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
Diffstat (limited to 'mcs/class/System.Security/System.Security.Cryptography.Pkcs')
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/CryptographicAttribute.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/EnvelopedPkcs7.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Recipient.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientCollection.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientEnumerator.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Signer.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeCollection.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeEnumerator.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/PublicKeyInfo.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientSubType.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SignedPkcs7.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfo.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoCollection.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifier.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs2
-rwxr-xr-xmcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs2
29 files changed, 29 insertions, 29 deletions
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/CryptographicAttribute.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/CryptographicAttribute.cs
index 2e9c08beaa0..a0c073f775c 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/CryptographicAttribute.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/CryptographicAttribute.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/EnvelopedPkcs7.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/EnvelopedPkcs7.cs
index 012759e17ee..5a36ff9e25a 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/EnvelopedPkcs7.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/EnvelopedPkcs7.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs
index 2d7972e7dd3..601465a8fce 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeKeyChoice.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
index 6e371d7c1b1..f18978f0c94 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyAgreeRecipientInfo.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
index f6833ed5033..26874f4b748 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/KeyTransRecipientInfo.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Recipient.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Recipient.cs
index 0d4e86fda09..45c6ba96466 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Recipient.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Recipient.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientCollection.cs
index c64c26501c2..4518df16fef 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientCollection.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientCollection.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientEnumerator.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientEnumerator.cs
index 129b61af6f5..c6d716f9335 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientEnumerator.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7RecipientEnumerator.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Signer.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Signer.cs
index ecf6998a4a9..6106c3daec2 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Signer.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs7Signer.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Security.Cryptography.X509Certificates;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
index e419fd68cef..1a6bdf82ae5 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9Attribute.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeCollection.cs
index 6186c5895df..0e92b685abb 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeCollection.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeCollection.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeEnumerator.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeEnumerator.cs
index a169f5bc95e..b9ee65cb42c 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeEnumerator.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9AttributeEnumerator.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
index fb02aa68711..8cec09b0559 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentDescription.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
index ddef847f5d0..1c5b65d56d0 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9DocumentName.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
index f01e82def3b..71166f99398 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/Pkcs9SigningTime.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/PublicKeyInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
index dd4312495f3..095098746d0 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/PublicKeyInfo.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs
index 7f1576e4207..c70dc4778c9 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfo.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
index fdfc80d584d..0a6d870058f 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoCollection.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
index bbecdecbeea..2a58e180ca3 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoEnumerator.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs
index 7a98cb04a49..f944f8156a1 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientInfoType.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientSubType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientSubType.cs
index a7a2815cd6e..17881238976 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientSubType.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/RecipientSubType.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignedPkcs7.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignedPkcs7.cs
index a442637e650..88884ac63f7 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignedPkcs7.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignedPkcs7.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Security.Cryptography.X509Certificates;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfo.cs
index 0058ac515d2..b900ba420a0 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfo.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfo.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Security.Cryptography.X509Certificates;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoCollection.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
index 8749394d7a4..9edec668d7b 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoCollection.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
index f9be57e531f..dd0c8bafabd 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SignerInfoEnumerator.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
using System.Collections;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifier.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
index 750c02f7763..04e73063898 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifier.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
index 6608c7efb88..eeeaada3c87 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKey.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
index 50e8b56ddfc..080c2e767ba 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierOrKeyType.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
index 093029c89b3..51463fbf9d1 100755
--- a/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Pkcs/SubjectIdentifierType.cs
@@ -7,7 +7,7 @@
// (C) 2003 Motus Technologies Inc. (http://www.motus.com)
//
-#if NET_1_2
+#if NET_2_0
using System;