TlsSrpConfigVerifier
Interface for verifying SRP config needs to conform to.
using Org.BouncyCastle.Tls.Crypto;
namespace Org.BouncyCastle.Tls
{
public interface TlsSrpConfigVerifier
{
bool Accept(TlsSrpConfig srpConfig);
}
}