DOFOperationSessionDataTransform InterfaceOpenDOF Object Access Library
The data transform mechanism adds to the security of the data through a Session . For the data to be understood, the Requestor and Provider must agree on the manner of transformation. This may require some initial exchanging of keys, etc., in order to make the transform unique per session.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface DataTransform

The DOFOperationSessionDataTransform type exposes the following members.

Methods

  NameDescription
Public methodtransformReceiveData
This method decrypts and/or uncompresses received data.
Public methodtransformSendData
This method encrypts and/or compresses received data.
Top
See Also

Reference