IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

include_certificate Property

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

Syntax

def get_include_certificate() -> bool: ...
def set_include_certificate(value: bool) -> None: ...

include_certificate = property(get_include_certificate, set_include_certificate)

Default Value

TRUE

Remarks

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

Including a certificate is the preferred method of building signed messages. If you do not include a certificate, the message recipient may not be able to verify the sender's signature.

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