IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

clear_signature Property

Specifies whether or not to create a cleartext signature.

Syntax

def get_clear_signature() -> bool: ...
def set_clear_signature(value: bool) -> None: ...

clear_signature = property(get_clear_signature, set_clear_signature)

Default Value

FALSE

Remarks

This property controls whether or not a cleartext signature is created during signing. The default value is False. When set to true a clear text signature will be created when sign is called.

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