IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_cert_id Property

A user defined identifier for the certificate.

Syntax

def get_cem_cert_id(cem_index: int) -> str: ...
def set_cem_cert_id(cem_index: int, value: str) -> None: ...

Default Value

""

Remarks

A user defined identifier for the certificate.

This property defines a user specified identifier for the certificate. This may be set to a value which helps the recipient identify the certificate. For instance "CompanyA.Encryption.Cert.2014".

This property may be set before calling on_send_cem_request or on_send_cem_response from AS2Sender.

This property may be queried when received a CEM request or response with AS2Receiver.

The cem_index parameter specifies the index of the item in the array. The size of the array is controlled by the cem_count property.

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