X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FSystem.Security.Cryptography.Xml%2FKeyInfo.cs;h=2c1b2f3c9ab108c552d46609251327bbd2f52579;hb=761a84f867fb747fdb49ef0e9338284e70caec32;hp=b7800040296324a4f948c449eb4809b9a63469be;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/class/System.Security/System.Security.Cryptography.Xml/KeyInfo.cs b/mcs/class/System.Security/System.Security.Cryptography.Xml/KeyInfo.cs index b7800040296..2c1b2f3c9ab 100644 --- a/mcs/class/System.Security/System.Security.Cryptography.Xml/KeyInfo.cs +++ b/mcs/class/System.Security/System.Security.Cryptography.Xml/KeyInfo.cs @@ -135,11 +135,9 @@ namespace System.Security.Cryptography.Xml { case XmlSignature.ElementNames.RSAKeyValue: kic = (KeyInfoClause) new RSAKeyValue (); break; -#if NET_2_0 case XmlSignature.ElementNames.EncryptedKey: kic = (KeyInfoClause) new KeyInfoEncryptedKey (); break; -#endif default: kic = (KeyInfoClause) new KeyInfoNode (); break;