dataSignature property

String? dataSignature
getter/setter pair

The dataSignature is used to verify authenticity of the public data.

The public data is signed using the key owner's ReservedKey.encryptionPrivateKey and resultant is stored into dataSignature.

Implementation

String? dataSignature;