using System; using Org.BouncyCastle.Security; namespace Org.BouncyCastle.Crypto.Tls { public interface TlsClientContext : TlsContext { } }