summary refs log tree commit diff
path: root/crypto/src/pkcs/AsymmetricKeyEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pkcs/AsymmetricKeyEntry.cs')
-rw-r--r--crypto/src/pkcs/AsymmetricKeyEntry.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/src/pkcs/AsymmetricKeyEntry.cs b/crypto/src/pkcs/AsymmetricKeyEntry.cs
index 6da3ade3e..8158bc9fc 100644
--- a/crypto/src/pkcs/AsymmetricKeyEntry.cs
+++ b/crypto/src/pkcs/AsymmetricKeyEntry.cs
@@ -18,17 +18,6 @@ namespace Org.BouncyCastle.Pkcs
             this.key = key;
         }
 
-#if !(SILVERLIGHT || PORTABLE)
-        [Obsolete]
-        public AsymmetricKeyEntry(
-            AsymmetricKeyParameter key,
-            Hashtable attributes)
-			: base(attributes)
-        {
-            this.key = key;
-        }
-#endif
-
         public AsymmetricKeyEntry(
             AsymmetricKeyParameter  key,
             IDictionary             attributes)