10 references to Certificate
Client.ChannelLayer.IntegrationTests (3)
DuplexChannelWithSynchronizationContext.cs (3)
32binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate; 92binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate; 170binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate;
Security.TransportSecurity.IntegrationTests (3)
Tcp\ClientCredentialTypeTests.4.1.0.cs (2)
31binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate; 80binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate;
Tcp\ClientCredentialTypeTests.4.1.1.cs (1)
238binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Certificate;
System.ServiceModel.NetTcp (3)
System\ServiceModel\TcpClientCredentialTypeHelper.cs (1)
12value == TcpClientCredentialType.Certificate);
System\ServiceModel\TcpTransportSecurity.cs (2)
132if (_clientCredentialType == TcpClientCredentialType.Certificate || _clientCredentialType == TcpClientCredentialType.None) 134return CreateSslBindingElement(_clientCredentialType == TcpClientCredentialType.Certificate);
System.ServiceModel.NetTcp.Tests (1)
ServiceModel\TcpTransportSecurityTest.cs (1)
26[InlineData(TcpClientCredentialType.Certificate)]