sessionKeyHash property

ByteData sessionKeyHash
getter/setter pair

Hashed version of the session key.

The clients authentication header will be compared against this to check the validity of the session.

Implementation

_i3.ByteData sessionKeyHash;