summary refs log tree commit diff
path: root/crypto/src/x509/store/X509StoreException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/store/X509StoreException.cs')
-rw-r--r--crypto/src/x509/store/X509StoreException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/x509/store/X509StoreException.cs b/crypto/src/x509/store/X509StoreException.cs

index f781291e2..ea7e51e79 100644 --- a/crypto/src/x509/store/X509StoreException.cs +++ b/crypto/src/x509/store/X509StoreException.cs
@@ -2,7 +2,7 @@ using System; namespace Org.BouncyCastle.X509.Store { -#if !(NETCF_1_0 || NETCF_2_0 || SILVERLIGHT) +#if !(NETCF_1_0 || NETCF_2_0 || SILVERLIGHT || PORTABLE) [Serializable] #endif public class X509StoreException