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