CMC_PEND_INFO structure (wincrypt.h)
The CMC_PEND_INFO structure is a possible member of a CMC_STATUS_INFO structure.
Syntax
typedef struct _CMC_PEND_INFO {
CRYPT_DATA_BLOB PendToken;
FILETIME PendTime;
} CMC_PEND_INFO, *PCMC_PEND_INFO;
Members
PendToken
A BLOB that contains the pending request information.
PendTime
FILETIME containing the request.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |