CRYPT_XML_ALGORITHM structure (cryptxml.h)
The CRYPT_XML_ALGORITHM structure specifies the algorithm used to sign or transform the message.
Syntax
typedef struct _CRYPT_XML_ALGORITHM {
ULONG cbSize;
LPCWSTR wszAlgorithm;
CRYPT_XML_BLOB Encoded;
} CRYPT_XML_ALGORITHM, *PCRYPT_XML_ALGORITHM;
Members
cbSize
The size, in bytes, of this structure.
wszAlgorithm
A pointer to a null-terminated Unicode string that contains the Algorithm attribute. When the Encoded member contains an element that is proved by an application, this member is set to NULL.XML
Encoded
Optional. The XML encoded element. This member is set when an element tag is present in the XML signature.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | cryptxml.h |
See also