CEMCertSerialNumber Property

This property holds the serial number of the certificate.

Object Oriented Interface

public function getCEMCertSerialNumber($cemindex);
public function setCEMCertSerialNumber($cemindex, $value);

Procedural Interface

ipworksedi_as2receiver_get($res, 13 , $cemindex);
ipworksedi_as2receiver_set($res, 13, $value , $cemindex);

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 SendCEMResponse with AS2Sender.

The $cemindex parameter specifies the index of the item in the array. The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

String

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