WCF 传输安全

发布于 11-05 04:23 字数 194 浏览 2 评论 0原文

我正在尝试实现 WCF 传输安全性。
我已经完成了配置部分。即设置绑定安全模式,启用https和ClientCredentialType。
我的服务托管在控制台应用程序中。
我已经使用 makecert.exe 创建了一个证书。
接下来我应该做什么?
我应该如何让我的网络应用程序和服务使用该证书?
我应该做任何iis配置吗?

I am trying to implement WCF Transport security.
i have already done the configuration part. ie set the binding security mode, enabled https and ClientCredentialType.
my services are hosted in a console application.
i have created a certificate using makecert.exe.
what should i do next?
how should i let my web application and services use the certificate?
is there any iis configuration i should do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪我们做朋友吧2024-11-12 04:23:55

您需要使用证书配置服务端口。请参阅此处此处了解详细信息。

You need to configure the service port with the certificate. See here and here for details.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文