10 references to Add
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
593
clientCertificates.
Add
(_clientToken.Certificate);
Metadata\MetadaExchangeResolver.cs (1)
359
request.ClientCertificates.
Add
(_clientCertificate);
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.cs (1)
259
collection.
Add
(certificate);
System.Net.Security (1)
System\Net\Security\SslStream.Protocol.cs (1)
668
tempCollection.
Add
(_sslAuthenticationOptions.CertificateContext!.TargetCertificate!);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
52
return base.
Add
(certificate);
System\Security\Cryptography\X509Certificates\X509CertificateCollection.cs (2)
50
Add
(value[i]);
60
Add
(value[i]);
System.ServiceModel.Http (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
162
clientWebSocket.Options.ClientCertificates.
Add
(x509Token.Certificate);
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
290
handler.ClientCertificates.
Add
(x509Token.Certificate);
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
362
clientCertificates.
Add
(_clientToken.Certificate);