2.2.1.4.9 USER_SESSION_KEY

The USER_SESSION_KEY structure defines an encrypted user session key.

 typedef struct _USER_SESSION_KEY {
   CYPHER_BLOCK data[2];
 } USER_SESSION_KEY,
  *PUSER_SESSION_KEY;

data: A two-element CYPHER_BLOCK structure, as specified in section 2.2.1.1.1, that contains the 16-byte encrypted user session key.