Welcome to Microsoft .NET Framework 3.0 Community (NetFx3)

The .NET Framework is Microsoft's managed code programming model for building applications that have visually stunning user experiences, seamless and secure communication, and the ability to model a range of business processes.

Learn More...

Windows CardSpace Team Bloggers

Tuesday, October 23, 2007 - Posts

  • Providing Custom Data in an Information Card

    Customers and partners exploring the possibility of becoming identity providers have provided us consistent feedback about the need to provide users with more information. Identity providers want to be able to provide users with contact information, usage guidelines, etc. ( or as we like to call it ‘ back of the credit card information’ ) Based on the feedback, we’ve implemented a new feature in the .Net Framework 3.5 release of CardSpace that allows the IP to add custom data to the CRD file. This new design enhances the communication channel between the user and the identity provider by allowing the IP to provide richer/more helpful information to the user. The Identity provider can specify any custom data as a list of name-value pairs that we will display on the ‘Card Details’ screen as shown below The maximum length of the name and value strings is 255 characters and a maximum of 20 pairs can be provided. The format of the xml added to the end of the card is as follows < wsid:InformationCard xml:lang =" en-us " xmlns:wsid =" http://schemas.xmlsoap.org/ws/2005/05/identity "> .... ….. < IssuerInformation xmlns =" http://schemas.xmlsoap.org/ws/2007/01/identity "> < IssuerInformationEntry > < EntryName > Customer Service </ EntryName > < EntryValue > 1-800-CARD-HELP </ EntryValue > </ IssuerInformationEntry > < IssuerInformationEntry > < EntryName > Email Contact </ EntryName > < EntryValue > cardhelp@CardVendor.com Read More...
  • Information Card Icon Usage Guidelines Updated

    During Catalyst in San Francisco we announced the now-familiar Information Card icon and its accompanying usage guidelines. Since then we've received community feedback on clarifications we could make to the guidelines. In response, we’ve publish an updated version of the guidelines addressing that feedback and an accompanying updated complete icon zip file during Catalyst in Barcelona . Read More...

Copyright © 2007 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us