struttura CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA (wincrypt.h)

La struttura CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR_PARA viene usata per eliminare un attributo non autenticato di un firmatario di un messaggio firmato. Questa struttura viene passata a CryptMsgControl se il parametro dwCrlType è CMSG_CTRL_DEL_SIGNER_UNAUTH_ATTR.

Sintassi

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

Dimensioni di questa struttura in byte.

dwSignerIndex

Indice del firmatario nella matrice rgSigners di puntatori per CMSG_SIGNER_ENCODE_INFO strutture nella struttura CMSG_SIGNED_ENCODE_INFO di un messaggio firmato. L'attributo non autenticato per questo firmatario viene eliminato.

dwUnauthAttrIndex

Indice dell'elemento nella matrice rgUnauthAttr della struttura CMSG_SIGNER_ENCODE_INFO che contiene l'attributo non autenticato da rimuovere.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

CryptMsgControl