Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
typedef struct _CRYPT_XML_STATUS {
ULONG cbSize;
DWORD dwErrorStatus;
DWORD dwInfoStatus;
} CRYPT_XML_STATUS, *PCRYPT_XML_STATUS;
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.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |
Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register now