我找到了关于通过Self Host Web API http://www.asp.net/web-api/overview/older-versions/self-host-a-web-api实现客户端/服务器的精彩文章
我想知道这个模型的正确身份验证方法(Self Host Web API)。
我是否使用了不记名令牌身份验证?还有其他方法吗?
或者例如http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api
我有以下工作要求:
C# http 客户端必须连接到 Self Host Web API Windows 服务并发送文件。
连接必须 100% 安全。
那么如何保护WebAPI,有什么线索吗?