CRYPT_XML_KEY_INFO struttura (cryptxml.h)

La struttura CRYPT_XML_KEY_INFO incapsula i dati delle informazioni chiave.

Sintassi

typedef struct _CRYPT_XML_KEY_INFO {
  ULONG                   cbSize;
  LPCWSTR                 wszId;
  UINT                    cKeyInfo;
  CRYPT_XML_KEY_INFO_ITEM *rgKeyInfo;
  BCRYPT_KEY_HANDLE       hVerifyKey;
} CRYPT_XML_KEY_INFO, *PCRYPT_XML_KEY_INFO;

Members

cbSize

Dimensione, in byte, della struttura.

wszId

Puntatore a una stringa di caratteri wide con terminazione null che specifica il valore dell'attributo ID dell'elemento informazioni chiave.

cKeyInfo

Numero di elementi nella matrice a cui punta il membro rgKeyInfo .

rgKeyInfo

Puntatore a una matrice di strutture CRYPT_XML_KEY_INFO_ITEM che contengono informazioni chiave.

hVerifyKey

facoltativo. Handle di dati derivati dal primo valore della chiave.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione cryptxml.h