# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pinvoke.dev/identity/kerb_query_tkt_cache_response.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
