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

# KERB\_SUBMIT\_TKT\_REQUEST

```csharp
public struct KERB_SUBMIT_TKT_REQUEST
{
    public KERB_PROTOCOL_MESSAGE_TYPE MessageType;
    public LUID LogonId;
    public uint Flags;
    public KERB_CRYPTO_KEY32 Key;
    public uint KerbCredSize;
    public uint KerbCredOffset;
}
```

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

[KERB\_CRYPTO\_KEY32](/identity/kerb_crypto_key32.md)
