/
XMLSaveNotaryContainerToFile
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 |
, multiple selections available,
Related content
XMLSaveNotaryContainerToString
XMLSaveNotaryContainerToString
More like this
XMLLoadNotaryContainerFromFile
XMLLoadNotaryContainerFromFile
More like this
XMLLoadNotaryContainerFromString
XMLLoadNotaryContainerFromString
More like this
XMLDecryptNotaryContainer
XMLDecryptNotaryContainer
More like this
XMLGetContainerContent
XMLGetContainerContent
More like this
XMLSetAttributeNotaryContainer
XMLSetAttributeNotaryContainer
More like this