4 references to ClientCertificates
Microsoft.AspNetCore.Http.Connections.Client (3)
Internal\WebSocketsTransport.cs (3)
142
webSocket.Options.
ClientCertificates
.AddRange(context.Options.ClientCertificates);
185
if (IsX509CertificateCollectionEqual(webSocket.Options.
ClientCertificates
, context.Options.ClientCertificates))
187
webSocket.Options.
ClientCertificates
.Clear();
System.ServiceModel.Http (1)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
162
clientWebSocket.Options.
ClientCertificates
.Add(x509Token.Certificate);