how to validate certificate chain of cert stored in IE "Windows-MY" store

hi i am developing an application where i need to access personal certificate from Windows-MY keystore of IE. but before using it need to validate the certificate chain of the certificate. how i can validate the chiain. if possible plz send some code reference.john
[293 byte] By [jonhilla] at [2007-11-27 7:53:08]
# 1
Hi,you can get certificate chain from keyStore object.after tht u can verifiy all certificate wid the help of their subject key identifier and authority key identifier.
javarocktheworlda at 2007-7-12 19:34:24 > top of Java-index,Security,Cryptography...