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

Back to Xml Class Summary

Xml::DecryptContent

Decrypts the content of an XML node that was previously AES encrypted with the EncryptContent method.

  Declarations  
    [Visual Basic]
Public Function DecryptContent(ByVal String password) As Boolean

[C#]
public bool DecryptContent(string password);

[C++]
public bool DecryptContent(String *password);

[JScript]
public function DecryptContent(String password) : Boolean
 
  Parameters  
   
password
Password to be used for AES 128-bit decryption
 

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