BCRYPT_MULTI_OBJECT_LENGTH_STRUCT struttura (bcrypt.h)
La struttura BCRYPT_MULTI_OBJECT_LENGTH_STRUCT contiene informazioni per determinare le dimensioni del buffer pbHashObject per la funzione BCryptCreateMultiHash .
Sintassi
typedef struct _BCRYPT_MULTI_OBJECT_LENGTH_STRUCT {
ULONG cbPerObject;
ULONG cbPerElement;
} BCRYPT_MULTI_OBJECT_LENGTH_STRUCT;
Members
cbPerObject
Numero di byte necessari per il sovraccarico dell'oggetto.
cbPerElement
Numero di byte necessari per ogni elemento dell'oggetto.
Commenti
Le dimensioni del buffer pbHashObject per la funzione BCryptCreateMultiHash sono le seguenti: cbPerObject + (number of hash states) * cbPerElement
.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 Update [app desktop | App UWP] |
Server minimo supportato | Aggiornamento di Windows Server 2008 [app desktop | App UWP] |
Intestazione | bcrypt.h |