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