TlsAuthentication public interface TlsAuthentication Base interface to provide TLS authentication credentials. Documentation Code TlsCredentials GetClientCredentials(CertificateRequest certificateRequest) Return client credentials in response to server's certificate request. void NotifyServerCertificate(TlsServerCertificate serverCertificate) Called by the protocol handler to report the server certificate.