2 references to ClientCertificates
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3Provider.cs (1)
91
clientHandler.
ClientCertificates
.AddRange(packageSource.ClientCertificates.ToArray());
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
290
handler.
ClientCertificates
.Add(x509Token.Certificate);