Enum Process.Types.TokenElevationType
The elevation type of the process's token. See https://learn.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-token_elevation_type
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Process.Types.TokenElevationType
Fields
| Name | Description |
|---|---|
| Type1 | A full token with no privileges removed or groups disabled. |
| Type2 | An elevated token with no privileges removed or groups disabled. Used when running as administrator. |
| Type3 | A limited token with administrative privileges removed and administrative groups disabled. |
| Unknown | An undetermined token type. |