IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

get_recipient_info Method

Gets the recipient certificate information for an encrypted message.

Syntax

def get_recipient_info() -> None: ...

Remarks

This method retrieves information about the recipient(s) of the encrypted message. This may be called prior to calling decrypt to determine which certificate should be loaded for decryption.

When this method is called the on_recipient_info event fires once for each recipient found within the message. Use the parameters of the on_recipient_info to determine which certificate to specify via add_certificate or certificates before calling decrypt.

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