次の方法で共有


CERT_ISSUER_SERIAL_NUMBER (Windows CE 5.0)

Send Feedback

This structure acts as a unique identifier of a certificate containing the issuer and issuer's serial number for a certificate.

typedef struct _CERT_ISSUER_SERIAL_NUMBER {CERT_NAME_BLOBIssuer;CRYPT_INTEGER_BLOBSerialNumber;} CERT_ISSUER_SERIAL_NUMBER, *PCERT_ISSUER_SERIAL_NUMBER;

Members

  • Issuer
    BLOB (Cryptography) structure containing the name of the issuer.
  • SerialNumber
    CRYPT_INTEGER_BLOB structure containing the serial number of the certificate. The combination of the issuer name and the serial number is a unique identifier of a certificate.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.

See Also

BLOB (Cryptography) | CRYPT_INTEGER_BLOB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.