KERB_CERTIFICATE_HASHINFO structure (ntsecapi.h)
La structure KERB_CERTIFICATE_HASHINFO fournit les informations de charge utile du hachage de certificat.
Syntaxe
typedef struct _KERB_CERTIFICATE_HASHINFO {
USHORT StoreNameLength;
USHORT HashLength;
} KERB_CERTIFICATE_HASHINFO, *PKERB_CERTIFICATE_HASHINFO;
Membres
StoreNameLength
Longueur, en octets, de la chaîne WCHAR spécifiant le nom du magasin de certificats. Si StoreNameLength est égal à zéro, le magasin de certificats « MY » est implicite ; sinon, la chaîne WCHAR doit suivre immédiatement la structure KERB_CERTIFICATE_HASHINFO dans la mémoire contiguë et doit inclure un caractère null de fin.
HashLength
Longueur, en octets, du hachage du certificat. Les données de hachage de certificat doivent suivre la structure KERB_CERTIFICATE_HASHINFO et le nom du magasin de certificats (le cas échéant) dans la mémoire contiguë.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | ntsecapi.h |