pubKeyHash property

PublicKeyHash? pubKeyHash
getter/setter pair

Stores the hash of the encryption public key used to encrypt the sharedKeyEnc The hash is used to verify whether the current atsign's public key used for encrypting data by another atsign, has changed while decrypting the data

Implementation

PublicKeyHash? pubKeyHash;