#include <CryptObjects.h>
Public Member Functions | |
| CCertPublicKeyInfo () | |
| Create an empty public key info object. | |
| void | Free () |
| Free the encapsulated public key info object. | |
| BOOL | ExportPublicKeyInfo (HCRYPTPROV hCryptProv, DWORD dwKeySpec, DWORD dwEncodingType) |
| Export public key info to a blob. | |
| DWORD | GetKeyInfoSize () const |
| Return the size of the encapsulated public key info object. | |
| CERT_PUBLIC_KEY_INFO ** | operator & () |
| Extract for the address of the encapsulated context. | |
| operator CERT_PUBLIC_KEY_INFO * () const | |
| CERT_PUBLIC_KEY_INFO * | operator-> () |
| Pointer to member for the controlled object. | |
1.3.9.1