简体   繁体   English

限制客户端应用程序和WCF服务之间的通信

[英]Restrict communication between client application and WCF service

Because of the security concerns, I want my client application(written in asp.net) can only consume the exposed methods of its service(built in WCF) and no other client application may able to consume the methods exposed by service. 出于安全方面的考虑,我希望我的客户端应用程序(用asp.net编写)只能使用其服务(内置于WCF中)的公开方法,而其他任何客户端应用程序都不能使用服务公开的方法。

I do have UserName and Password based authentication implemented, does it require authorization by issuing any kind of token or certificate? 我确实实现了基于用户名和密码的身份验证,是否需要通过发行任何种类的令牌或证书进行授权?

Please suggest? 请提出建议?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM