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