public bool IsCertificateTrusted(X509Certificate channelCertificate, ServerDone serverDone) { return(m_trustedRemotes.IsCertificateTrusted(channelCertificate)); }
public bool IsCertificateTrusted(X509Certificate channelCertificate, ServerDone serverDone) { throw new NotImplementedException(); }