Click or drag to resize

WindowsApiTOKEN_ELEVATION_TYPE Enumeration

Win32 TOKEN_ELEVATION_TYPE enumeration.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public enum TOKEN_ELEVATION_TYPE
View Source
Members
Member nameValueDescription
TokenElevationTypeDefault1 The token does not have a linked token.
TokenElevationTypeFull2 The token is an elevated token.
TokenElevationTypeLimited3 The token is a limited token.
Remarks
Enumeration indicates the elevation type of token being queried by the GetTokenInformation function or set by the SetTokenInformation function.
See Also