using System; namespace Org.BouncyCastle.Crypto.Tls { public interface TlsCredentials { Certificate Certificate { get; } } }