Problem with InfocardBrowser sample hosted locally
HI
I have locally installed infocardbrowswer sample appln. and while trying to login using infocard it is causing following exception.
Server Error in '/' Application.
The handle is invalid.
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details:System.Security.Cryptography.CryptographicException: The handle is invalid. Source Error: Line 183: SymmetricSecurityKey encryptingCrypto; Line 184: encryptingCrypto = (SymmetricSecurityKey)tokenResolver.ResolveSecurityKey(enc.KeyIdentifier[0]);Line 185: Line 186:SymmetricAlgorithm algorithm = encryptingCrypto.GetSymmetricAlgorithm(enc.EncryptionMethod);Line 182:
@ following line of code of tokenhelper.cs
encryptingCrypto = (SymmetricSecurityKey)tokenResolver.ResolveSecurityKey(enc.KeyIdentifier[0]);
My Local website running on win2003 server, winfx july ctp, ie 7.0 beta, iis 6.0.. I have installed self issued certificate.
Thanx in advance
shajipd

