Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is used to delete an unauthenticated attribute of a signer of a signed message. This structure is passed to CryptMsgControlif dwCrlTypeis CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR.

Syntax

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 rgSignersmember of the CMSG_SIGNER_ENCODE_INFOstructure that represents the signed message. The unauthenticated attribute for this signer is deleted.

dwUnauthAttrIndex

Index of the element in the rgUnauthAttrarray of the CMSG_SIGNER_ENCODE_INFOstructure holding the unauthenticated attribute to be removed.

Requirements

Header wincrypt.h
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also