Skip to content

Latest commit

 

History

History
140 lines (112 loc) · 2.67 KB

ns-ntifs-_sid_identifier_authority.md

File metadata and controls

140 lines (112 loc) · 2.67 KB
UID title description old-location tech.root ms.date keywords 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 f1_keywords topic_type api_type api_location api_name
NS:ntifs._SID_IDENTIFIER_AUTHORITY
_SID_IDENTIFIER_AUTHORITY (ntifs.h)
The SID_IDENTIFIER_AUTHORITY structure represents the top-level authority of a security identifier (SID).
ifsk\sid_identifier_authority.htm
ifsk
04/16/2018
SID_IDENTIFIER_AUTHORITY structure
*PSID_IDENTIFIER_AUTHORITY, PSID_IDENTIFIER_AUTHORITY, PSID_IDENTIFIER_AUTHORITY structure pointer [Installable File System Drivers], SID_IDENTIFIER_AUTHORITY, SID_IDENTIFIER_AUTHORITY structure [Installable File System Drivers], _SID_IDENTIFIER_AUTHORITY, ifsk.sid_identifier_authority, ntifs/PSID_IDENTIFIER_AUTHORITY, ntifs/SID_IDENTIFIER_AUTHORITY, securitystructures_d1535875-a778-4b95-b736-e357e5379c19.xml
ntifs.h
Ntifs.h
Windows
Windows
SID_IDENTIFIER_AUTHORITY, *PSID_IDENTIFIER_AUTHORITY
_SID_IDENTIFIER_AUTHORITY
ntifs/_SID_IDENTIFIER_AUTHORITY
PSID_IDENTIFIER_AUTHORITY
ntifs/PSID_IDENTIFIER_AUTHORITY
SID_IDENTIFIER_AUTHORITY
ntifs/SID_IDENTIFIER_AUTHORITY
APIRef
kbSyntax
HeaderDef
ntifs.h
_SID_IDENTIFIER_AUTHORITY
PSID_IDENTIFIER_AUTHORITY
SID_IDENTIFIER_AUTHORITY

_SID_IDENTIFIER_AUTHORITY structure

-description

The SID_IDENTIFIER_AUTHORITY structure represents the top-level authority of a security identifier (SID).

-struct-fields

-field Value

An array of six bytes specifying a SID's top-level authority.

-remarks

The identifier authority value identifies the agency that issued the SID. The following identifier authorities are predefined.

Identifier Authority Value
SECURITY_NULL_SID_AUTHORITY 0
SECURITY_WORLD_SID_AUTHORITY 1
SECURITY_LOCAL_SID_AUTHORITY 2
SECURITY_CREATOR_SID_AUTHORITY 3
SECURITY_NON_UNIQUE_AUTHORITY 4
SECURITY_NT_AUTHORITY 5

-see-also

RtlInitializeSid

SID