Initial Commit
This commit is contained in:
11
iTechSharp/srcbc/x509/store/IX509Store.cs
Normal file
11
iTechSharp/srcbc/x509/store/IX509Store.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
namespace Org.BouncyCastle.X509.Store
|
||||
{
|
||||
public interface IX509Store
|
||||
{
|
||||
// void Init(IX509StoreParameters parameters);
|
||||
ICollection GetMatches(IX509Selector selector);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user