init commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public interface TlsAuthentication
|
||||
{
|
||||
void NotifyServerCertificate(Certificate serverCertificate);
|
||||
|
||||
TlsCredentials GetClientCredentials(CertificateRequest certificateRequest);
|
||||
}
|
||||
Reference in New Issue
Block a user