【发布时间】:2011-03-08 03:52:35
【问题描述】:
我使用 makecert 创建的证书在云上托管了一个安全的 WCF 服务。
现在我想通过只允许那些拥有我生成的证书的客户端来限制对服务的访问。
实现这个的最佳方法是什么
* Shall I go with the changes in the configuration file
* Or Shall I write the code to validate this in the service
* Is there any other alternative?
【问题讨论】:
标签: .net asp.net security azure