.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::GetBinaryContent

Returns binary content of an XML node as a byte array. The content may have been Zip compressed, AES encrypted, or both. Unzip compression and AES decryption flags should be set appropriately.

  Declarations  
    [Visual Basic]
Public Function GetBinaryContent(ByVal Boolean unzipFlag , ByVal Boolean decryptFlag , ByVal String password) As Byte()

[C#]
public byte [] GetBinaryContent(bool unzipFlag , bool decryptFlag , string password);

[C++]
public unsigned char __gc[] GetBinaryContent(bool unzipFlag , bool decryptFlag , String *password);

[JScript]
public function GetBinaryContent(Boolean unzipFlag , Boolean decryptFlag , String password) : Byte[]
 
  Parameters  
   
unzipFlag
Set this to True if the XML content has been Zip compressed.
decryptFlag
Set this to True if the XML content has been AES encrypted. Both the unzip and decrypt flags may be set simultaneously.
password
Password to be used for AES decryption if the decrypt flag is set.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.