2.2.1.3.5 MSV1_0_CREDENTIAL_KEY

The MSV1_0_CREDENTIAL_KEY structure is used in the MSV1_0_REMOTE_ENCRYPTED_SECRETS structure (section 2.2.1.3.10).

 typedef struct _MSV1_0_CREDENTIAL_KEY {
     UCHAR Data[MSV1_0_CREDENTIAL_KEY_LENGTH];
 } MSV1_0_CREDENTIAL_KEY, *PMSV1_0_CREDENTIAL_KEY;

Data: A UCHAR ([MS-DTYP] section 2.2.45) that is an array of 8-bit data items with a length specified by MSV1_0_CREDENTIAL_KEY_LENGTH (20) that specifies the number bytes in the string.