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