IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

include_chain Property

Specifies whether to include the signer's certificate chain with the signed message.

Syntax

def get_include_chain() -> bool: ...
def set_include_chain(value: bool) -> None: ...

include_chain = property(get_include_chain, set_include_chain)

Default Value

FALSE

Remarks

If this property is set to True, the entire certificate's chain that was used to sign the message will be encoded and included in the message signature when calling sign or sign_and_encrypt.

NOTE: To include the chain, the include_certificate property must also be set to true.

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