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 75358cbbf..4459903e7 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 || PORTABLE)
+#if !PORTABLE
 		: ICloneable
 #endif
 	{
-#if SILVERLIGHT || PORTABLE
+#if PORTABLE
         object Clone();
 #endif
         bool Match(object obj);