XMLSaveNotaryContainerToFile

Declaration

Delphi

function XMLSaveNotaryContainerToFile(const XMlfileName: PAnsiChar; const TransportKey: PAnsiChar; EncType:Integer; ContentType:integer): integer; stdcall;

ActiveX


 

Description

Generates the secure-notary-exchange protocol.

Encrypt the internal data with the provided TRANSPORT-KEY.  This Function saves  the  content of the secure-XML-container to the given file name.

 

Arguments

ArgumentExplanation
XMlfileNamedestination of the output. path + filename
TransportKeyRSA Key as file or buffer
EncType0: none; 1: private Key; 2:public key
ContentType0: File; 1: buffer