3 references to None
System.ServiceModel (3)
System\ServiceModel\TcpClientCredentialType.cs (1)
19
return (value == TcpClientCredentialType.
None
||
System\ServiceModel\TcpTransportSecurity.cs (2)
136
if (this.clientCredentialType == TcpClientCredentialType.Certificate || this.clientCredentialType == TcpClientCredentialType.
None
)
160
transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.Certificate : TcpClientCredentialType.
None
;