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

Back to Crypt Class Summary

Crypt::DecryptStr

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

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

[C#]
public string DecryptStr(byte[] encryptedData);

[C++]
public String *DecryptStr(unsigned char __gc[] encryptedData);

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

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