Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自托管的 WCF 服务。现在,如果有人想要他/她可以轻松创建代理并使用我的方法。怎么保护这个东西。我希望项目之外的任何人都可以使用我的方法。请帮我。
这已经讨论过很多次了。
一种选择是您可以使用用户名/密码对客户端进行身份验证,并使用 ssl 保护连接。如果连接是通过互联网,这很好。
读这个,这个和这个