Click or drag to resize

TokenElevationType Enumeration

Indicates the elevation type of UAC token.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum TokenElevationType
Members
  Member nameValueDescription
Unknown0 Undetermined. Don't use.
Default1 The token does not have a linked token.
Full2 The token is an elevated token.
Limited3 The token is a limited token.
See Also