XMLSaveNotaryContainerToString
Declaration
Delphi
function XMLSaveNotaryContainerToString(const TransportKey: PAnsiChar; EncType:Integer; ContentType:integer): PAnsiChar; stdcall;
ActiveX
Â
Description
Generates the secure-notary-exchange protocol.
Encrypt the internal data with the provided TRANSPORT-KEY. This Function returns the content of the secure-XML-container as STRING.
Â
Arguments
Argument | Explanation |
---|---|
TransportKey | RSA KEY as file or buffer |
EncType | 0: none; 1:private key; 2:public key |
ContentType | 0: File; 1: buffer |