diff options
Diffstat (limited to 'crypto/src/x509/store/IX509Store.cs')
-rw-r--r-- | crypto/src/x509/store/IX509Store.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/src/x509/store/IX509Store.cs b/crypto/src/x509/store/IX509Store.cs deleted file mode 100644 index e5c3a462a..000000000 --- a/crypto/src/x509/store/IX509Store.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System; -using System.Collections; - -namespace Org.BouncyCastle.X509.Store -{ - public interface IX509Store - { -// void Init(IX509StoreParameters parameters); - ICollection GetMatches(IX509Selector selector); - } -} |