Share via


CERT_PUBLIC_KEY_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Requirements

Header wincrypt.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CertComparePublicKeyInfo
CertFindCertificateInStore
BLOB (Cryptography)
CERT_INFO
CERT_REQUEST_INFO
CRYPT_ALGORITHM_IDENTIFIER
CRYPT_BIT_BLOB