CERT_PUBLIC_KEY_INFO
This structure contains a public key and its algorithm.
typedef struct _CERT_PUBLIC_KEY_INFO {CRYPT_ALGORITHM_IDENTIFIERAlgorithm;CRYPT_BIT_BLOBPublicKey;} 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
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
CertComparePublicKeyInfo | CertFindCertificateInStore | BLOB (Cryptography) | CERT_INFO | CERT_REQUEST_INFO | CRYPT_ALGORITHM_IDENTIFIER | CRYPT_BIT_BLOB
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.