CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO structure (cryptuiapi.h)
[The CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO structure is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
The CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO structure contains information about the certificate store used by the digital signature wizard.
Syntax
typedef struct _CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO {
DWORD dwSize;
DWORD cCertStore;
HCERTSTORE *rghCertStore;
PFNCFILTERPROC pFilterCallback;
void *pvCallbackData;
} CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO, *PCRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO;
Members
dwSize
The size, in bytes, of the structure. This value must be set to sizeof(CRYPTUI_WIZ_DIGITAL_SIGN_STORE_INFO)
.
cCertStore
Number of certificates in the rghCertStore member.
rghCertStore
A pointer to a handle to the certificate store that will be used by the digital signature wizard.
pFilterCallback
Filter callback function used to display the certificate.
pvCallbackData
A pointer to the callback data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | cryptuiapi.h |