KERB_QUERY_BINDING_CACHE_RESPONSE structure (ntsecapi.h)

Contains the results of querying the binding cache. You must have the SeTcbPrivilege privilege set.

Syntax

typedef struct _KERB_QUERY_BINDING_CACHE_RESPONSE {
  KERB_PROTOCOL_MESSAGE_TYPE     MessageType;
  ULONG                          CountOfEntries;
  PKERB_BINDING_CACHE_ENTRY_DATA Entries;
} KERB_QUERY_BINDING_CACHE_RESPONSE, *PKERB_QUERY_BINDING_CACHE_RESPONSE;

Members

MessageType

A value of the KERB_PROTOCOL_MESSAGE_TYPE enumeration that lists the types of messages that can be sent to the Kerberos authentication package by calling the LsaCallAuthenticationPackage function. This member must be set to KerbQueryBindingCacheMessage.

CountOfEntries

The number of entries in the binding cache.

Entries

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header ntsecapi.h