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
Argument | Explanation |
---|---|
XMlfileName | destination of the output. path + filename |
TransportKey | RSA Key as file or buffer |
EncType | 0: none; 1: private Key; 2:public key |
ContentType | 0: File; 1: buffer |