IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

message_signed Property

Whether or not the current message is signed.

Syntax

def get_message_signed() -> bool: ...

message_signed = property(get_message_signed, None)

Default Value

FALSE

Remarks

This property indicates whether or not the current message is signed. This property will return true if the current message appears to be signed, according to the value of message_headers.

Note that a message that is both signed and encrypted will not appear to be signed until after it is decrypted.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Python Edition - Version 20.0 [Build 8155]