IVerifierFactoryProvider
Base interface for a provider to support the dynamic creation of signature verifiers.
namespace Org.BouncyCastle.Crypto
{
public interface IVerifierFactoryProvider
{
IVerifierFactory CreateVerifierFactory(object algorithmDetails);
}
}