Updating the Stored Data
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
After updating the Web.config file of the application runtime and management Web service, the next step is to update the data stored in the Profiles service to use the current publicKey/privateKey pair according to the steps outlined in this topic.
To update the stored data
Retrieve all profiles that have encrypted properties that were encrypted with the old keyIndex. For information on how to do this, see Profile Key Manager.
Retrieve the encryption values for those properties through the Profiles service and update their values. This ensures that the property values are encrypted with the current publicKey and the keyIndex values.
See Also
Other Resources
How to Add Encrypted Properties for Profiles
Preparing to Use the Profile Key Manager
Generating a New Encryption Key
Updating the Application Runtime