Hello,
Iam trying to send x.509 certificate of the client to sign a soap message
request and encrypt it with the server's x.509 certificate in a secure
conversation policy based. I somehow encounter this problem when retrieving
the client's certificate. It is located in the current user personla store
and the web.config file points to current user store. I tried using the code
to find the problem. While debugging it showed me that the cert variable to
collect the x.509 certificate, does not have any certificates. cert.count = 0
and
also the System.Collections.IList.Item value is <cannot view the indexed
property>
What does this mean? Is there any thing else I have to do for the client ot
retrieve the certificate?
Please help me..
Thanks,
--------------------------------
From: Ramani Kurella
Ramani Kurella - 26 Sep 2004 22:09 GMT
Anyways, I found the solution.
Cheers,
Ramani Kurella