1 write to _certificates
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
829
case ClientCertificatesKey:
_certificates
= (X509CertificateCollection)value; break;
2 references to _certificates
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
655
if (
_certificates
!= null)
658
foreach (X509Certificate certificate in
_certificates
)