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 a621619fb..2f81dd87b 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 +#if !(SILVERLIGHT || PORTABLE) [Obsolete] public X509CertificateEntry( X509Certificate cert,