using System; namespace Org.BouncyCastle.X509.Store { public interface IX509Selector #if !SILVERLIGHT : ICloneable #endif { #if SILVERLIGHT object Clone(); #endif bool Match(object obj); } }