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

Back to Crypt Class Summary

Crypt::EncryptStr

Encrypt a string in memory. Returns the encrypted data as a byte array.

  Declarations  
    [Visual Basic]
Public Function EncryptStr(ByVal String inStr) As Byte()

[C#]
public byte [] EncryptStr(string inStr);

[C++]
public unsigned char __gc[] EncryptStr(String *inStr);

[JScript]
public function EncryptStr(String inStr) : Byte[]
 
  Parameters  
   
inStr
String to be encrypted
 

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