struttura CRYPT_ATTRIBUTE (wincrypt.h)

La struttura CRYPT_ATTRIBUTE specifica un attributo con uno o più valori.

Sintassi

typedef struct _CRYPT_ATTRIBUTE {
  LPSTR            pszObjId;
  DWORD            cValue;
  PCRYPT_ATTR_BLOB rgValue;
} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;

Members

pszObjId

Identificatore di oggetto (OID) che specifica il tipo di dati contenuti nella matrice rgValue.

cValue

Valore DWORD che indica il numero di elementi nella matrice rgValue .

rgValue

Puntatore a una matrice di strutture CRYPT_INTEGER_BLOB . Il membro cbData della struttura CRYPT_INTEGER_BLOB indica la lunghezza del membro pbData . Il membro pbData contiene le informazioni sull'attributo.

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

CERT_REQUEST_INFO

CMSG_SIGNER_ENCODE_INFO

CRYPT_ATTRIBUTES

CRYPT_INTEGER_BLOB

CRYPT_SIGN_MESSAGE_PARA

CRYPT_TIME_STAMP_REQUEST_INFO

CertFindAttribute