> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/identity/kerb_query_tkt_cache_response.md).

# KERB\_QUERY\_TKT\_CACHE\_RESPONSE

```csharp
public struct KERB_QUERY_TKT_CACHE_RESPONSE
{
    public KERB_PROTOCOL_MESSAGE_TYPE MessageType;
    public uint CountOfTickets;
    public KERB_TICKET_CACHE_INFO Tickets;
}
```

[KERB\_PROTOCOL\_MESSAGE\_TYPE](/identity/kerb_protocol_message_type.md)

[KERB\_TICKET\_CACHE\_INFO](/identity/kerb_ticket_cache_info.md)
