XMLDecryptNotaryContainer
Declaration
Delphi
function XMLDecryptNotaryContainer(const NotaryPrivateKey: PAnsiChar; ContentType : integer): integer;stdcall;
ActiveX
Â
Description
Decryp all signature inside the xml-notary-exchange with the provided KEY.
Â
Arguments
Argument | Explanation |
---|---|
| Notary Private key as a fileName (Fullpath to ressource on Disc) or as buffer |
ContentType | 0: Notarykey is a File 1: Notarykey is a buffer |
C# sample
AddSignature
// Clear the internal data state and XML content.
Â