signature property
TransportableData
get
signature
Digital signature of the encrypted data field.
Generated by signing the data (encrypted content) with the sender's private key (asymmetric signing). This signature verifies the message's authenticity (sender is who they claim to be) and integrity (message hasn't been tampered with). Wrapped in TransportableData for standardized encoding/transmission. Cannot be null (core security feature of reliable messages).
Implementation
TransportableData get signature;