1 write to m_CertSelectionDelegate
System (1)
net\System\Net\_SecureChannel.cs (1)
112
m_CertSelectionDelegate
= certSelectionDelegate;
4 references to m_CertSelectionDelegate
System (4)
net\System\Net\_SecureChannel.cs (4)
555
if (
m_CertSelectionDelegate
!=null)
566
clientCertificate =
m_CertSelectionDelegate
(m_HostName, ClientCertificates, remoteCert, issuers);
804
if (
m_CertSelectionDelegate
!= null)
808
localCertificate =
m_CertSelectionDelegate
(string.Empty, tempCollection, null, new string[0]);