The AUTHZR_SID_AND_ATTRIBUTES structure contains information about the security identifiers (SIDs) in a token.
typedef struct _AUTHZR_SID_AND_ATTRIBUTES {
RPC_SID* Sid;
DWORD Attributes;
} AUTHZR_SID_AND_ATTRIBUTES;
Sid: A SID structure, as specified in [MS-DTYP] section 2.4.2.3. This is a pass-through value and SHOULD NOT be interpreted by the RAZA protocol.
Attributes: Specifies attributes associated with the SID. This is a pass-through value and SHOULD NOT be interpreted by the RAZA protocol.