Conceptual overview of WCF security model?

前端 未结 1 575
甜味超标
甜味超标 2021-01-06 13:47

I\'m working with WCF at the moment and attempting to implement a custom security model based around an API key and signature (similar to how Facebook/Flickr/OAuth etc. work

1条回答
  •  逝去的感伤
    2021-01-06 14:13

    Take a look at Juval Lowy's excellent "Programming WCF Services," 2nd Edition:

    Here's the link to Amazon's page on it.

    Chapter 10 is completely devoted to security.

    Microsoft has released a WCF Security Guide - a free(!) eBook. You can find it here.

    That's an awful lot of information to wade through. Good luck!

    0 讨论(0)
提交回复
热议问题