summary refs log tree commit diff
path: root/crypto/src/x509/store/IX509StoreParameters.cs
blob: aee3036c2db5a9e9d2fbc7fac504a7a808f4653e (plain) (blame)
1
2
3
4
5
6
7
8
using System;

namespace Org.BouncyCastle.X509.Store
{
	public interface IX509StoreParameters
	{
	}
}