ClientSFIDCode Property

Client's SFID code.

Object Oriented Interface

public function getClientSFIDCode();
public function setClientSFIDCode($value);

Procedural Interface

ipworksedi_oftpclient_get($res, 7 );
ipworksedi_oftpclient_set($res, 7, $value );

Default Value

''

Remarks

The SFID code identifies the origin or destination party that is sending or receiving a file, while the SSID code identifies the party that a session is established with. If the SFID and SSID codes do not match, then the party the session is established with is acting as an intermediary, and the party identified by the SFID code is either the origin or final destination.

When acting as an intermediary the component will not perform any security services (i.e. sign, verify, encrypt, decrypt). Security services are to be performed by the origin or destination only. Data should simply be passed along by an intermediary.

Data Type

String

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