3 references to ClientCertificatesKey
System.Runtime.Remoting (3)
channels\http\httpclientchannel.cs (3)
803case ClientCertificatesKey: return null; // Intentionally refuse to return certificates 829case ClientCertificatesKey: _certificates = (X509CertificateCollection)value; break; 866keys.Add(ClientCertificatesKey);