pubKeyCS property

  1. @Deprecated('Use pubKeyHash')
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-pair used to encrypt and decrypt the value are same

Implementation

@Deprecated('Use pubKeyHash')
String? pubKeyCS;