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

ArgumentExplanation
NotaryPrivateKeyNotary 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. 


Â