4 references to Certificate
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpClientCredentialType.cs (1)
22value == TcpClientCredentialType.Certificate);
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (3)
107if (_clientCredentialType == TcpClientCredentialType.Certificate || _clientCredentialType == TcpClientCredentialType.None) 109return this.CreateSslBindingElement(_clientCredentialType == TcpClientCredentialType.Certificate); 130transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.Certificate : TcpClientCredentialType.None;