Browse by Tags
All Tags »
Security (RSS)
[WCF]Secure a dynamically added message header via behavior extension(part 2) This article is the continue of my previous one demonstrating how to secure a custom message header added dynamically in WCF message. In the previous part 1 , I use a custom
Read More...
[WCF]Secure a dynamically added message header via behavior extension (part 1) Recently I receive some questions about how to sign/encrypt a custom message header which is dynamically added when calling WCF service. Sure, sign/encrypt means that we’re
Read More...
[CRYPTO]Use RSA keyset generated by .NET sn.exe tool I’ve found some public articles about how to manually extract RSA keyset from the snk file generated by .NET sdk tool “sn.exe”. #Strong Name Tool (Sn.exe) http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx
Read More...
[WCF]How to supply dedicated credentials for webproxy authentication in WCF client I’ve found several issue request on how to supply credentials for webproxy(intermediate proxy server) authentication in client application which consumes WCF service. When
Read More...
X509 certificates is an important component and concept in Public Key Infrastructure(for Network Security). And in application programming, especially for distributed application scenario, we’ll often deal with things related to X509 certificates. This
Read More...