XML Object
 
Syntax
 
SetBinaryContent(inData As Variant, zipFlag As Long, encryptFlag As Long, password As String) As Long
 
Description
Sets the node's content to a block of binary data with optional Zip compression and/or AES encryption. The binary data is automatically converted to base64 format whenever XML text is generated. If the zipFlag is True, the data is first compressed. If the encryptFlag is True, the data is AES encrypted using the Rijndael 128-bit symmetric-encryption algorithm.