encryptionKey property

String? encryptionKey
getter/setter pair

Encryption key in string type.

Note

If you do not set an encryption key or set it as null, you cannot use the built-in encryption, and the SDK returns ErrorCode.InvalidArgument.

Implementation

String? encryptionKey;