summary refs log tree commit diff
path: root/crypto/src/x509/store/IX509Selector.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/x509/store/IX509Selector.cs')
-rw-r--r--crypto/src/x509/store/IX509Selector.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/x509/store/IX509Selector.cs b/crypto/src/x509/store/IX509Selector.cs
index 09f6f1849..75358cbbf 100644
--- a/crypto/src/x509/store/IX509Selector.cs
+++ b/crypto/src/x509/store/IX509Selector.cs
@@ -3,11 +3,11 @@ using System;
 namespace Org.BouncyCastle.X509.Store
 {
 	public interface IX509Selector
-#if !SILVERLIGHT
+#if !(SILVERLIGHT || PORTABLE)
 		: ICloneable
 #endif
 	{
-#if SILVERLIGHT
+#if SILVERLIGHT || PORTABLE
         object Clone();
 #endif
         bool Match(object obj);