Stack Overflow
-
When you first start off trying to solve a problem, the first solutions you come up with are very complex, and most people stop there. But if you keep going, and live with the problem and peel more layers of the onion off, you can often times arrive at some very elegant and simple solutions.
– Steve Jobs, 2006They who can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety.
– Benjamin Franklin, 1775Homines, dum docent, discunt.
- Seneca Links
-
Recent Posts
Recent Comments
- Richard Ginzburg on Silencing the “battery charging completed” sound on a Samsung Galaxy SII
- SHIGGA on Silencing the “battery charging completed” sound on a Samsung Galaxy SII
- Richard Ginzburg on Target display mode iMac -> MacBook Pro 2011 with Thunderbolt
- dab on Target display mode iMac -> MacBook Pro 2011 with Thunderbolt
- Richard Ginzburg on Avoiding X.509 chain policy caching when using WCF with certificate security
Archives
Categories
Meta
Tag Archives: authentication
Real-time CRL validation for X.509 certificates in .NET
This is a continuation of my post on Avoiding X.509 chain policy caching when using WCF with certificate security. I wrote the code below to implement certificate validation against a published CRL in real-time. The default mechanism uses a cache … Continue reading
Avoiding X.509 chain policy caching when using WCF with certificate security
A while ago my customer came to me with an issue that was a bit tricky to find a solution to. Their system uses a Windows forms client and a WCF service running on IIS7 on a Windows 2008 R2 … Continue reading