2.2.1.2.3 KERB_RPC_INTERNAL_NAME

The KERB_RPC_INTERNAL_NAME structure is used to specify the ClientName field in the CreateApReqAuthenticator message (section 2.2.2.1.4).

 typedef struct _KERB_RPC_INTERNAL_NAME {
     SHORT NameType;
     USHORT NameCount;
     [size_is(NameCount)] RPC_UNICODE_STRING* Names;
 } KERB_RPC_INTERNAL_NAME;

NameType: A SHORT ([MS-DTYP] section 2.2.42) that indicates the type of names in the Names field, as specified in [RFC4120] section 6.2.

NameCount: A USHORT type ([MS-DTYP] section 2.2.58) that indicates the number of names in the Names array field.

Names: A pointer to an RPC_UNICODE_STRING ([MS-DTYP] section 2.3.10) that contains the client names.