CERT_PUBLIC_KEY_INFO

This structure contains 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
    The CRYPT_ALGORITHM_IDENTIFIER structure containing the public key algorithm type and associated additional parameters.
  • PublicKey
    The BLOB structure containing an encoded public key.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 or later Wincrypt.h    

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CertComparePublicKeyInfo, CertFindCertificateInStore, BLOB, CERT_INFO, CERT_REQUEST_INFO, CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.