Skip to content

Latest commit

 

History

History
115 lines (71 loc) · 3.39 KB

ns-winnt-token_source.md

File metadata and controls

115 lines (71 loc) · 3.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winnt._TOKEN_SOURCE
TOKEN_SOURCE (winnt.h)
Identifies the source of an access token.
*PTOKEN_SOURCE
PTOKEN_SOURCE
PTOKEN_SOURCE structure pointer [Security]
TOKEN_SOURCE
TOKEN_SOURCE structure [Security]
_TOKEN_SOURCE
_win32_token_source_str
security.token_source
winnt/PTOKEN_SOURCE
winnt/TOKEN_SOURCE
security\token_source.htm
security
9c533327-e4a0-4852-828c-622d190b7d1e
12/05/2018
*PTOKEN_SOURCE, PTOKEN_SOURCE, PTOKEN_SOURCE structure pointer [Security], TOKEN_SOURCE, TOKEN_SOURCE structure [Security], _TOKEN_SOURCE, _win32_token_source_str, security.token_source, winnt/PTOKEN_SOURCE, winnt/TOKEN_SOURCE
winnt.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
TOKEN_SOURCE, *PTOKEN_SOURCE
19H1
_TOKEN_SOURCE
winnt/_TOKEN_SOURCE
PTOKEN_SOURCE
winnt/PTOKEN_SOURCE
TOKEN_SOURCE
winnt/TOKEN_SOURCE
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
TOKEN_SOURCE

TOKEN_SOURCE structure

-description

The TOKEN_SOURCE structure identifies the source of an access token.

-struct-fields

-field SourceName

Specifies an 8-byte character string used to identify the source of an access token. This is used to distinguish between such sources as Session Manager, LAN Manager, and RPC Server. A string, rather than a constant, is used to identify the source so users and developers can make extensions to the system, such as by adding other networks, that act as the source of access tokens.

-field SourceIdentifier

Specifies a locally unique identifier (LUID) provided by the source component named by the SourceName member. This value aids the source component in relating context blocks, such as session-control structures, to the token. This value is typically, but not necessarily, an LUID.

-see-also

GetTokenInformation

LUID

TOKEN_CONTROL

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_STATISTICS

TOKEN_TYPE

TOKEN_USER