CredentialCache will not be able to show you the credentials stored in IE. CredentialCache is only an in-memory cache and it is per-process.
Also, what do you mean when you say you want to access credentials enterd and saved in IE? Do you mean:
1) credentials entered in forms when logging onto websites?
2) credentials entered when IE shows you a dialog prompting you to enter credentials - this is mainly for HTTP transport auth mechanisms like Basic,Digest,Kerberos,Negotiate,NTLM
If you are talking about #1, then you cant access that. It is stored by IE in a separate cache. You can only clear that cache using Internet options. I am not sure if you can enumerate that cache. Try and search through IE documentation to see if that is possible.
If you are talking about #2, then I would assume that IE is also using CredUI and therefore those credentials should be available through CredUI.
feroze
--
http://ferozedaud.blogspot.com
http://blogs.msdn.com/feroze_daud