I've seen lots of examples on mapping claims attributes in SharePoint but I'm not sure how to access that claim data programmatically.
If I have mapped the claim "SpecialId" from a custom STS and the claim provides a list of the "special" Id's how do I access that list from code?
UPDATE: All of these answers were very helpful, thank you. I gave the answer to C.Marius primarily because he was first and also because it gave me a SharePoint specific code answer.