Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CRYPT_TIMESTAMP_RESPONSE structure is used internally to encapsulate an Abstract Syntax Notation One (ASN.1) Distinguished Encoding Rules (DER) encoded response.
Syntax
typedef struct _CRYPT_TIMESTAMP_RESPONSE {
DWORD dwStatus;
DWORD cFreeText;
LPWSTR *rgFreeText;
CRYPT_BIT_BLOB FailureInfo;
CRYPT_DER_BLOB ContentInfo;
} CRYPT_TIMESTAMP_RESPONSE, *PCRYPT_TIMESTAMP_RESPONSE;
Members
dwStatus
A DWORD value that indicates the status of the time stamp response.
This member can be one of the following values.
cFreeText
Optional. The length, in characters, of the string pointed to by the rgFreeText member.
rgFreeText
Optional. A pointer to a string that contains the text information about request failure.
FailureInfo
A CRYPT_BIT_BLOB structure that contains the reason why the time stamp request was rejected. Each flag is encoded as a bit in the structure.
ContentInfo
A CRYPT_DER_BLOB structure that encapsulates a signed data content type in Cryptographic Message Syntax (CMS) format.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | wincrypt.h |