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:
authorMiguel de Icaza <miguel@gnome.org>2012-06-03 05:46:34 +0400
committerMiguel de Icaza <miguel@gnome.org>2012-06-03 05:46:34 +0400
commit1c19405a835f78a82a6df2f11a42f9b783f93008 (patch)
treee000fddc3a3c42695b43a9eb7ce1cd8ae53bbf3d /mcs/class/System.Security/System.Security.Cryptography.Xml
parent93b810834d38ad53b3344c06369298d8c232d60b (diff)
[class libraries] drop NET_1_0 definitions
Diffstat (limited to 'mcs/class/System.Security/System.Security.Cryptography.Xml')
-rw-r--r--mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs b/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs
index aba127bdf82..6e48d2b6f48 100644
--- a/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs
+++ b/mcs/class/System.Security/System.Security.Cryptography.Xml/XmlSignature.cs
@@ -47,9 +47,7 @@ namespace System.Security.Cryptography.Xml {
public const string DigestMethod = "DigestMethod";
public const string DigestValue = "DigestValue";
public const string DSAKeyValue = "DSAKeyValue";
-#if NET_2_0
public const string EncryptedKey = "EncryptedKey";
-#endif
public const string HMACOutputLength = "HMACOutputLength";
public const string KeyInfo = "KeyInfo";
public const string KeyName = "KeyName";
@@ -57,12 +55,7 @@ namespace System.Security.Cryptography.Xml {
public const string Manifest = "Manifest";
public const string Object = "Object";
public const string Reference = "Reference";
-#if NET_1_0
- // RetrievalMethod vs RetrievalElement -> BUG in MS Framework 1.0
- public const string RetrievalMethod = "RetrievalElement";
-#else
public const string RetrievalMethod = "RetrievalMethod";
-#endif
public const string RSAKeyValue = "RSAKeyValue";
public const string Signature = "Signature";
public const string SignatureMethod = "SignatureMethod";