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