Overview#
SID identifier authority is a predefined 48-bit identifier authority value that identifies the for the top-level "authority" that issued the Security Identifier (SID)SID identifier authority is typically 5, which represents the SECURITY_NT_AUTHORITY.SID identifier authority appears to be an The SID prefix is often referred to as a Well-known Security Identifiers but is only an prefix indicating the SID identifier authoritySID identifier authority predefined identifier authority#
Predefined identifier authority constants are used within Microsoft Windows where the first four values are used with universal SID identifier authoritys and the the last value is used with Windows well-known SIDs:Id | SID identifier authority | SID prefix |
---|---|---|
SECURITY_NULL_SID_AUTHORITY | 0 | S-1-0 |
SECURITY_WORLD_SID_AUTHORITY | 1 | S-1-1 |
SECURITY_LOCAL_SID_AUTHORITY | 2 | S-1-2 |
SECURITY_CREATOR_SID_AUTHORITY | 3 | S-1-3 |
SECURITY_NT_AUTHORITY | 5 | S-1-5 |