Initial Commit
This commit is contained in:
10
iTechSharp/srcbc/x509/store/IX509Selector.cs
Normal file
10
iTechSharp/srcbc/x509/store/IX509Selector.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Org.BouncyCastle.X509.Store
|
||||
{
|
||||
public interface IX509Selector
|
||||
: ICloneable
|
||||
{
|
||||
bool Match(object obj);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user