2.2.1.2.4 KERB_RPC_PA_DATA
The KERB_RPC_PA_DATA structure is used to contain the pre-authorization data.
-
typedef struct _KERB_RPC_PA_DATA{ INT32 preauth_data_type; KERB_RPC_OCTET_STRING preauth_data; } KERB_RPC_PA_DATA;
preauth_data_type: An INT32 ([MS-DTYP] section 2.2.22) that indicates the type of pre-authorization data in the preauth_data field.
preauth_data: A KERB_RPC_OCTET_STRING structure (section 2.2.1.2.2) that contains the pre-authorization data.