Hi,
I am able add certificate on to store on the device from my application.But
on the device, when importing, if the cert has an associated private key, it
should to go into the Personal Store. If the cert doesn't have a private key,
it goes to the Intermediate store.
Currently i am able add all the certs only to the personal store.So after
enumerating the certificates,before adding i want to check if the certificate
has a associated private key,if so i want to add that to persoanle store else
to intermediate store.
Thank in advance!