IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_cert_serial_number Property

This property holds the serial number of the certificate.

Syntax

def get_cem_cert_serial_number(cem_index: int) -> str: ...
def set_cem_cert_serial_number(cem_index: int, value: str) -> None: ...

Default Value

""

Remarks

This property holds the serial number of the certificate. This may be queried when receiving a CEM request with AS2Receiver. This may be set before calling on_send_cem_response with AS2Sender.

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]