> 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_ticket_cache_info_ex.md).

# KERB\_TICKET\_CACHE\_INFO\_EX

```csharp
public struct KERB_TICKET_CACHE_INFO_EX
{
    public LSA_UNICODE_STRING ClientName;
    public LSA_UNICODE_STRING ClientRealm;
    public LSA_UNICODE_STRING ServerName;
    public LSA_UNICODE_STRING ServerRealm;
    public long StartTime;
    public long EndTime;
    public long RenewTime;
    public int EncryptionType;
    public uint TicketFlags;
}
```

[LSA\_UNICODE\_STRING](/authentication/lsa_unicode_string.md)
