Encryption.DecryptBytes

Decrypts a string using DES encryption and a pass key that was used for encryption and returns a byte buffer.

public static Byte[] DecryptBytes(string decryptString,
	SecureString encryptionKey,
	bool useBinHex)

Return Value

String

Parameters

decryptString

encryptionKey

useBinHex
Returns data in useBinHex format (12afb1c3f1). Otherwise base64 is returned.

Overloads:


See also:

Class Encryption

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