Working with Certificates in Certificate Stores (Windows Embedded CE 6.0)

1/6/2010

For certificates already in certificate context form, the CertAddCertificateContextToStore and CertAddCertificateLinkToStore functions add a certificate context or a link to a context to a store.

For certificates that are in encoded form but not full certificate contexts, the CertAddEncodedCertificateToStore function adds a certificate context or a link to a context to a store.

The CertDeleteCertificateFromStore function deletes a certificate from a store by decrementing its reference count is decremented by one. If this causes the reference count to become zero, the memory used to store the certificate is freed.

See Also

Concepts

Managing Certificates with Certificate Stores

Other Resources

Cryptography
Certificates
Certificates OS Design Development