ODJ_SID struttura

Contiene un identificatore di sicurezza (SID).

Sintassi

typedef struct _ODJ_SID
{
    UCHAR Revision;
    UCHAR SubAuthorityCount;
    SID_IDENTIFIER_AUTHORITY IdentifierAuthority;
    [size_is(SubAuthorityCount)] ULONG SubAuthority[*];
}   ODJ_SID, *PODJ_SID;

Members

Revisione

Deve essere impostato sulla revisione SID.

SubAuthorityCount

Deve essere impostato sul numero di elementi in SubAuthority.

IdentificatoreAuthority

Deve essere impostato sull'identificatore dell'autorità SID.

SubAuthority

Deve contenere una matrice di autorità secondarie SID.

Vedi anche

Definizioni IDL di join al dominio offline

ODJ_SID_IDENTIFIER_AUTHORITY