KERB_CERTIFICATE_HASHINFO struttura (ntsecapi.h)
La struttura KERB_CERTIFICATE_HASHINFO fornisce le informazioni sul payload dell'hash del certificato.
Sintassi
typedef struct _KERB_CERTIFICATE_HASHINFO {
USHORT StoreNameLength;
USHORT HashLength;
} KERB_CERTIFICATE_HASHINFO, *PKERB_CERTIFICATE_HASHINFO;
Members
StoreNameLength
Lunghezza, in byte, della stringa WCHAR che specifica il nome dell'archivio certificati. Se StoreNameLength è zero, l'archivio certificati "MY" è implicito; in caso contrario, la stringa WCHAR deve seguire immediatamente la struttura KERB_CERTIFICATE_HASHINFO in memoria contigua e deve includere un carattere null terminante.
HashLength
Lunghezza, in byte, dell'hash del certificato. I dati hash del certificato devono seguire la struttura KERB_CERTIFICATE_HASHINFO e il nome dell'archivio certificati (se presente) nella memoria contigua.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [solo app desktop] |
Server minimo supportato | Windows Server 2012 [solo app desktop] |
Intestazione | ntsecapi.h |