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