CRL_FIND_ISSUED_FOR_PARA structure (wincrypt.h)
The CRL_FIND_ISSUED_FOR_PARA structure contains the certificate contexts of both a subject and a certificate issuer. For more information, see CertFindCRLInStore.
Syntax
typedef struct _CRL_FIND_ISSUED_FOR_PARA {
PCCERT_CONTEXT pSubjectCert;
PCCERT_CONTEXT pIssuerCert;
} CRL_FIND_ISSUED_FOR_PARA, *PCRL_FIND_ISSUED_FOR_PARA;
Members
pSubjectCert
A pointer to a subject's certificate context.
pIssuerCert
A pointer to a certificate issuer's certificate context.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |