CERT_PUBLIC_KEY_INFO

The CERT_PUBLIC_KEY_INFO structure is a public key and its algorithm.

typedef struct _CERT_PUBLIC_KEY_INFO{
    CRYPT_ALGORITHM_IDENTIFIER  Algorithm;
    CRYPT_BIT_BLOB              PublicKey;
} CERT_PUBLIC_KEY_INFO,        *PCERT_PUBLIC_KEY_INFO;
 

Members

Algorithm
A structure that contains the public key algorithm type and any associated additional parameters.
PublicKey
A public key (encoded form).

See Also

CERT_INFO, CERT_REQUEST_INFO, CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB, CertComparePublicKeyInfo, CertFindCertificateInStore, CryptImportPublicKeyInfoEx