使用 Mac 和 Windows 的 Intranet 的 WCF 绑定/安全配置?

发布于 2024-11-07 14:19:30 字数 40 浏览 2 评论 0原文

哪些绑定和安全配置最适合 Windows 和 Mac 计算机环境?

What bindings and security configurations are best for an environment with Windows and Mac Computers?

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

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

发布评论

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

评论(2

み格子的夏天 2024-11-14 14:19:30

BasicHttpBinding 可能具有最大的覆盖范围。几乎每个平台都支持它,因为数据只是作为 HTTP POST 发送到特定的 Uri — 任何具有 Web 浏览器的平台都可以使用此绑定。

您也可以使用 BasicHttpBinding 进行 HTTPs 绑定 - 这样您就可以仍然保护您的数据。您还可以使用 TransportWithMessageCredential 等安全性来提供用户名/密码验证。

BasicHttpBinding will probably have the greatest reach. Just about every platform supports it, since the data is simply sent as an HTTP POST to a specific Uri -- any platform which has a web browser can use this binding.

You can do an HTTPs binding with BasicHttpBinding as well -- so you can still secure your data. You can also use security like TransportWithMessageCredential to provide username/password validation.

一身仙ぐ女味 2024-11-14 14:19:30

绑定完全取决于与服务通信的客户端软件,而不是其运行的计算机类型。 Mac 客户端可以使用什么?

安全配置取决于绑定、服务如何托管、环境……这个问题非常模糊,现在无法回答。

The bindings depend entirely on what client software is talking to the service, and not what type of computer it's running on. What's available to the Mac client?

The security configuration depends on the binding, how the service is hosted, the environment... the question is so vague that it can't be answered right now.

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