|
Posted by Volker Birk on March 16, 2006, 1:45 am
If you were Registered and logged in, you could reply and use other advanced thread options
> If I query the personal certificate store of the user on the machine
> directly I can see the certificates, but as soon as I try do it
> remotely the store is empty.
> Is there a bug that exists when open stores remotely on Win 2000 and
> higher?
> I have included a snippet of my code to open the store remotely
> CertOpenStore(CERT_STORE_PROV_SYSTEM_A, 0,
> NULL,
> CERT_SYSTEM_STORE_USERS | CERT_STORE_READONLY_FLAG |
> CERT_STORE_OPEN_EXISTING_FLAG,
> "\computerName\user_SID\MY"))
Did you authorize first?
Yours,
VB.
--
At first there was the word. And the word was Content-type: text/plain
|