<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />

ISelector<T>

public interface ISelector<T> : ICloneable
Interface for matching objects in an IStore<T>.
bool Match(T candidate)

Match the passed in object, returning true if it would be selected by this selector, false otherwise.