9 lines
102 B
C#
9 lines
102 B
C#
using System;
|
|
|
|
namespace Org.BouncyCastle.X509.Store
|
|
{
|
|
public interface IX509StoreParameters
|
|
{
|
|
}
|
|
}
|