CERT_PUBLIC_KEY_INFO (Compact 2013)
3/28/2014
This structure contains a public key and its algorithm.
Syntax
typedef struct _CERT_PUBLIC_KEY_INFO {
CRYPT_ALGORITHM_IDENTIFIER Algorithm;
CRYPT_BIT_BLOB PublicKey;
} CERT_PUBLIC_KEY_INFO, *PCERT_PUBLIC_KEY_INFO;
Members
- Algorithm
CRYPT_ALGORITHM_IDENTIFIER structure containing the public key algorithm type and associated additional parameters.
- PublicKey
BLOB (Cryptography) structure containing an encoded public key.
Requirements
Header |
wincrypt.h |
See Also
Reference
Cryptography Structures
CertComparePublicKeyInfo
CertFindCertificateInStore
BLOB (Cryptography)
CERT_INFO
CERT_REQUEST_INFO
CRYPT_ALGORITHM_IDENTIFIER
CRYPT_BIT_BLOB