WCF with netTcpBinding and Certificate transport security

后端 未结 2 465
谎友^
谎友^ 2021-01-01 06:03

I need to secure a WCF service that uses netTcpBinding and connects directly with a Windows Forms based application. I only need it to be secured at the transport layer.

2条回答
  •  执笔经年
    2021-01-01 06:28

    Read this (covers https case but still may help) and this.

    Since we are talking about transport-level security, I don't think your server process should know anything about certificate you are using to provide it.

提交回复
热议问题