Encryption.DecryptBytes
Related Topics
See also
Class Encryption
West Wind Web Toolkit for ASP.NET
 Encryption.DecryptBytes
public static Byte[] DecryptBytes(string DecryptString,
	string EncryptionKey);

Parameters

string DecryptString

string EncryptionKey

Overloads:

public static Byte[] DecryptBytes(Byte[] DecryptBuffer, string EncryptionKey);

See also:

Class Encryption


Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic