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_XML_STATUS structure returns information about the signature validation status, summary status information about a SignedInfo element, or summary status information about an array of Reference elements. The CRYPT_XML_STATUS structure is used by the CryptXmlGetStatus function.
Syntax
typedef struct _CRYPT_XML_STATUS {
ULONG cbSize;
DWORD dwErrorStatus;
DWORD dwInfoStatus;
} CRYPT_XML_STATUS, *PCRYPT_XML_STATUS;
Members
cbSize
The size, in bytes, of this structure.
dwErrorStatus
The retrieved error flags.
This member can be one of the following values.
dwInfoStatus
The retrieved informational flags.
This member can be one of the following values.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |