5 references to Certificate
System.ServiceModel (5)
System\ServiceModel\NetTcpBinding.cs (1)
317if ((transport != null) && (transport.ClientCredentialType == TcpClientCredentialType.Certificate))
System\ServiceModel\TcpClientCredentialType.cs (1)
21value == TcpClientCredentialType.Certificate);
System\ServiceModel\TcpTransportSecurity.cs (3)
136if (this.clientCredentialType == TcpClientCredentialType.Certificate || this.clientCredentialType == TcpClientCredentialType.None) 138return this.CreateSslBindingElement(this.clientCredentialType == TcpClientCredentialType.Certificate); 160transportSecurity.ClientCredentialType = requireClientCertificate ? TcpClientCredentialType.Certificate : TcpClientCredentialType.None;