pubKeyCS property

String? pubKeyCS
getter/setter pair

Stores the checksum of the encryption public key used to encrypt the sharedKeyEnc. We use this to verify that the encryption key-pairs used to encrypt and decrypt the value are the same Will be marked as @Deprecated('Use pubKeyHash') once at_server and at_client_sdk fully support pubKeyHash

Implementation

String? pubKeyCS;