Share via


Querying Certificates Example

Send Feedback

This example queries for particular certificates in the privileged, normal, and SPC stores.

<wap-provisioningdoc> 
   <characteristic type="CertificateStore"> 
      <characteristic type="Privileged Execution Trust Authorities"> 
         <characteristic-query 
         type="{hash of certificate}"/> 
      </characteristic> 
      <characteristic type="Unprivileged Execution Trust Authorities"> 
         <characteristic-query 
         type="{hash of certificate}"/> 
      </characteristic> 
      <characteristic type="SPC" > 
         <characteristic-query 
         type="{hash of certificate}"/> 
      </characteristic> 
   </characteristic> 
</wap-provisioningdoc> 

See Also

CertificateStore Configuration Service Provider Examples for OMA Client Provisioning | CertificateStore Configuration Service Provider

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.