CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA (Windows CE 5.0)

Send Feedback

This structure is used to delete an unauthenticated attribute of a signer of a signed message. This structure is passed to CryptMsgControl if dwCrlType is CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR.

typedef struct _CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA {  DWORD cbSize;  DWORD dwSignerIndex;  DWORD dwUnauthAttrIndex;} CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA, *PCMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA;

Members

  • cbSize
    Size of this structure in bytes.
  • dwSignerIndex
    Index of the signer in the array indicated in the rgSigners member of the CMSG_SIGNER_ENCODE_INFO structure that represents the signed message. The unauthenticated attribute for this signer is deleted.
  • dwUnauthAttrIndex
    Index of the element in the rgUnauthAttr array of the CMSG_SIGNER_ENCODE_INFO structure holding the unauthenticated attribute to be removed.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Wincrypt.h.

See Also

Cryptography Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.