Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The KERB_CERTIFICATE_HASHINFO structure provides the payload information of the certificate hash.
Syntax
typedef struct _KERB_CERTIFICATE_HASHINFO {
USHORT StoreNameLength;
USHORT HashLength;
} KERB_CERTIFICATE_HASHINFO, *PKERB_CERTIFICATE_HASHINFO;
Members
StoreNameLength
Length, in bytes, of the WCHAR string specifying the certificate store name. If StoreNameLength is zero, the "MY" certificate store is implied; otherwise the WCHAR string must immediately follow the KERB_CERTIFICATE_HASHINFO structure in contiguous memory and must include a terminating null character.
HashLength
Length, in bytes, of the certificate hash. The certificate hash data must follow the KERB_CERTIFICATE_HASHINFO structure and certificate store name (if present) in contiguous memory.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | ntsecapi.h |