Using Certificates
The following sections deal with creating and using certificates, including decoding information from certificate data structures, changing and encoding data into certificates, and working with certificate properties:
- Using a CERT_INFO Data Structure
- Example C Program: Listing the Certificates in a Store
- Example C Program: Deleting Certificates from a Certificate Store
- Example C Program: Certificate Store Operations
- Example C Program: Serializing Certificates
- Example C Program: Getting and Setting Certificate Properties
- Example C Program: Converting Names from Certificates to ASN.1 and Back
Send comments about this topic to Microsoft
Build date: 3/6/2012
Crypt User Interface functions and dialogs.
There are a number of CryptoAPI functions which provide a user interface through dialogs:
CryptUIDlgCertMgr
CryptUIDlgSelectCertificate
CryptUIDlgSelectCertificateFromStore
CryptUIDlgViewCertificate
CryptUIDlgViewContext
CryptUIDlgViewSignerInfo
CryptUIWizDigitalSign
CryptUIWizExport
CryptUIWizFreeDigitalSignContext
CryptUIWizImport
- 12/16/2011
- Andrew7Webb