Raw envies
Posted by: Poupous blog,
on 29 Sep 2005 |
View original | Bookmarked: 0 time(s)
So I wanted to blog, again, about client certificates. The original motivation was thatMono 1.1.9added support for them inside XSP. This means it's now possible to use the HttpClientCertificate class to get the identity of the user. Client certificates are a nice way to authenticate users without having to maintain a database - just drop, for a fee, the problem to the certificate issuer. Actually itisn't as easy as it sound but, mostly, not for technological reasons ;-). void Page_Load (object...