WCF - 向客户端验证服务

发布于 2024-09-26 23:45:18 字数 157 浏览 3 评论 0原文

想象一下一个自托管的 WCF 服务,以及一个通过代理连接的客户端。

是否可以在客户端内实现服务凭证的自定义验证?即是否可以验证自定义服务用户名和密码?在服务主机中设置客户端凭据的自定义验证非常容易,但我不确定是否可以反之亦然。

感谢您的阅读。

克里斯.

Imagine a self hosted WCF service, and a client that connects via a proxy.

Is it possible to implement custom validation of service credentials from within the client? i.e. Is it possible to validate the custom service user name and password? It's very easy to set up custom validation of client credentials in a service host but I'm not sure if it's possible to do it the other way around.

Thanks for reading.

Chris.

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

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

发布评论

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

评论(1

乜一 2024-10-03 23:45:18

我认为我可以通过自定义服务身份并在客户端验证它来实现我所追求的目标。

I think I can achieve what I'm after by customising the service identity and validating that at the client.

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