# TOKEN\_STATISTICS

```csharp
public struct TOKEN_STATISTICS
{
    public LUID TokenId;
    public LUID AuthenticationId;
    public long ExpirationTime;
    public TOKEN_TYPE TokenType;
    public SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;
    public uint DynamicCharged;
    public uint DynamicAvailable;
    public uint GroupCount;
    public uint PrivilegeCount;
    public LUID ModifiedId;
}
```

[TOKEN\_TYPE](/security/token_type.md)

[SECURITY\_IMPERSONATION\_LEVEL](/security/security_impersonation_level.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/security/token_statistics.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.
