CRYPT_XML_ISSUER_SERIAL structure (cryptxml.h)
The CRYPT_XML_ISSUER_SERIAL structure contains an X.509 issued distinguished name–serial number pair.
Syntax
typedef struct _CRYPT_XML_ISSUER_SERIAL {
LPCWSTR wszIssuer;
LPCWSTR wszSerial;
} CRYPT_XML_ISSUER_SERIAL;
Members
wszIssuer
A pointer to a null-terminated wide character string that contains the issuer of the certificate.
wszSerial
A pointer to a null-terminated wide character string that contains the serial number of the certificate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |