net-tcp

Client Certificate for WCF NetTCP Transport binding

不想你离开。 提交于 2019-12-11 03:59:46
问题 We have selfhosted WCF services running using NetTCP:Transport:WindowsClientCredentialType // Set Binding Security. netTcpBinding.Security.Mode = SecurityMode.Transport; netTcpBinding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Windows; netTcpBinding.Security.Transport.ProtectionLevel = System.Net.Security.ProtectionLevel.EncryptAndSign; We now need to expose these services to domains outside our own but want to continue selfhosting and not use IIS. Thus I am trying to