I can't find anything in the help file and I'm unsure if anything other than the certutil.exe command is available.
Are there any programmatic ways of obtaining the following data: ?
certutil.exe -store my
I can write something to parse the result using StdOutRead however I'd rather a proper way of getting a list.
Can anyone help?