Friday, October 06, 2006 - Posts

CardSpaces, RC1 and Web Pages/Web Services

I spent more time than I'd hoped for playing with CardSpaces today on the RC1 bits (on Vista RC1 as it happens) so I thought I'd share where I ended up. Here's what I wanted to achieve (I know, it sounds really simple but it took a while); 1) Simple Read More

WinHttpCertCfg.exe

I can never remember the name of this tool for allowing access to certificates from the IIS accounts so I'm blogging it here. I ran it on Vista and it seemed to work ok for me despite the initial warnings that it might not work. (WSE has another tool Read More

CardSpaces and "this site requires a managed card that you don't have"

I've been playing with the CardSpace samples that are posted up at NetFx3 and I set up a simple example of a web page that wanted a self-issued card with a few claims on it and I kept getting the error; "this site requires a managed card that you Read More

CardSpaces and Pre-Defined Claims

I was trying to find a list of all the pre-defined claims that CardSpaces knows about and I struggled to find it written down anywhere so I ran this bit of code;  using System; using System.Reflection; using System.IdentityModel.Claims; using Read More