public bool IsCertificateTrusted(X509Certificate channelCertificate, ServerDone serverDone)
 {
     return(m_trustedRemotes.IsCertificateTrusted(channelCertificate));
 }
Ejemplo n.º 2
0
 public bool IsCertificateTrusted(X509Certificate channelCertificate, ServerDone serverDone)
 {
     throw new NotImplementedException();
 }