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