/
XMLDecryptNotaryContainer

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. 


 

Related content

XMLSaveNotaryContainerToString
XMLSaveNotaryContainerToString
More like this
XMLSaveNotaryContainerToFile
XMLSaveNotaryContainerToFile
More like this
XMLGetSignInfoEncryptedKey
XMLGetSignInfoEncryptedKey
More like this
XMLGetContainerContent
XMLGetContainerContent
More like this
XMLAddSignatureToContainer
XMLAddSignatureToContainer
More like this
XMLGetContainerAuthor
XMLGetContainerAuthor
More like this