2.2.7 CVolumeSecret

The CVolumeSecret type stores a VolumeSecret value, which is used to authenticate a VolumeOwner value. For an example, see section 3.1.4.4.1, which describes the processing of a CLAIM_VOLUME message.

 typedef struct CVolumeSecret {
   byte _abSecret[8];
 } CVolumeSecret;

_abSecret: An 8-byte volume password. The content of these bytes is arbitrary and is generated by the client. See section 3.2.5.3 for an example of where this value is used.