Re: CertOpenStore vs CertOpenSystemStore

From: Sergio Dutra [MS] (sergiod_at_online.microsoft.com)
Date: 11/18/03


Date: Tue, 18 Nov 2003 08:08:35 -0800

No. CertOpenSystemStore only opens current user stores.

-- 
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Santiago" <santiago.morillo@logicstudio.net> wrote in message
news:364501c3add9$0b8c7a10$3101280a@phx.gbl...
> Hi,
>
> Using CertOpenStore i can explicitly say that i want to
> open the Local Computer Account, through the flag
> CERT_SYSTEM_STORE_LOCAL_MACHINE to look for certificates,
> but is there a way of telling CertOpenSystemStore to open
> the Local Computer Account??
>
> Thanks,
>
> Santiago