summary refs log tree commit diff
path: root/crypto/src/pkcs/X509CertificateEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/pkcs/X509CertificateEntry.cs')
-rw-r--r--crypto/src/pkcs/X509CertificateEntry.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/pkcs/X509CertificateEntry.cs b/crypto/src/pkcs/X509CertificateEntry.cs
index 2f81dd87b..a621619fb 100644
--- a/crypto/src/pkcs/X509CertificateEntry.cs
+++ b/crypto/src/pkcs/X509CertificateEntry.cs
@@ -18,7 +18,7 @@ namespace Org.BouncyCastle.Pkcs
             this.cert = cert;
         }
 
-#if !(SILVERLIGHT || PORTABLE)
+#if !SILVERLIGHT
         [Obsolete]
         public X509CertificateEntry(
             X509Certificate	cert,