Click here to Skip to main content
15,908,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
for something about security,i need sign a xap file and install the relevant .Cer file in the Trusted Root Certification Authorities and Trusted Publisher certificate store.I want it perform automatically,so i intend to
achieve it by a piece of codes written in C++,but unfortunately i did not found anything helpful in the internet.
could anyone help me? thx a lot
Posted

1 solution

there is a solution in msdn ,using the apis CertOpenStore()...
http://msdn.microsoft.com/en-us/library/aa382368%28v=vs.85%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900