Condividi tramite


struttura CRYPT_XML_KEY_RSA_KEY_VALUE (cryptxml.h)

La struttura CRYPT_XML_KEY_RSA_KEY_VALUE definisce un valore di chiave RSA. La struttura CRYPT_XML_KEY_RSA_KEY_VALUE viene utilizzata come elemento dell'unione dei valori chiave nella struttura CRYPT_XML_KEY_VALUE .

Sintassi

typedef struct _CRYPT_XML_KEY_RSA_KEY_VALUE {
  CRYPT_XML_DATA_BLOB Modulus;
  CRYPT_XML_DATA_BLOB Exponent;
} CRYPT_XML_KEY_RSA_KEY_VALUE;

Members

Modulus

Struttura CRYPT_XML_DATA_BLOB che contiene i dati modulo a chiave pubblica .

Exponent

Struttura CRYPT_XML_DATA_BLOB che contiene i dati dell'esponente della chiave pubblica.

Requisiti

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