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

Back to Crypt Class Summary

Crypt::Decrypt

Decrypt a block of memory data. If the decryption failed, a NULL value is returned.

  Declarations  
    [Visual Basic]
Public Function Decrypt(ByVal encryptedData() As Byte) As Byte()

[C#]
public byte [] Decrypt(byte[] encryptedData);

[C++]
public unsigned char __gc[] Decrypt(unsigned char __gc[] encryptedData);

[JScript]
public function Decrypt(Byte[] encryptedData) : Byte[]
 
  Parameters  
   
encryptedData
Encrypted memory data.
 

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