Encryption.DecryptBytes

Decrypts a Byte array from DES with an Encryption Key.

public static Byte[] DecryptBytes(Byte[] decryptBuffer,
	string encryptionKey)

Parameters

decryptBuffer

encryptionKey

Overloads:


See also:

Class Encryption

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic