by Alessio [alessiosaltarin at hotmail dot com] posted on 2004/05/04 |
|
I have some certificates under
HKCU/Software/Microsoft/SystemCertificates/MyCA
If I construct a new CertificateStore using
(StoreLocation.CurrentUser,"MyCA")
why the method "EnumCertificates" returns as empty (Length=0), even if actually in the registry some certificates are saved (as blobs)...
Thank you
Alessio
PS: To be honest, StoreLocation.CurrentUser seems not to work (raises an exception). If I use StoreLocation.CurrentUserGroupPolicy the object is contructed.
PPS: I use makecert.exe to create certificates
|