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

Back to Email Class Summary

Email::AesDecrypt

Decrypts and restores an email message that was previously encrypted using AesEncrypt. The password must match the password used for encryption.

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

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

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

[JScript]
public function AesDecrypt(String password) : Boolean
 
  Parameters  
   
password
Password that must match what was used to AES encrypt this email.
 

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