2 writes to _clientCertificates
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnectionOptions.cs (2)
51
_clientCertificates
= new X509CertificateCollection();
143
_clientCertificates
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _clientCertificates
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
138
return
_clientCertificates
;