Westwind Utilities
Encryption.DecryptString
Table of Contents
On this page:

Encryption.DecryptString

public static string DecryptString(string decryptString, SecureString encryptionKey, 
			bool useBinHex)

Parameters

decryptString

encryptionKey

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

Overloads

public static string DecryptString(string decryptString, byte[] encryptionKey, bool useBinHex)
public static string DecryptString(string decryptString, string encryptionKey, bool useBinHex)

© West Wind Technologies, 2026 • updated: Jan 14, 2026
Comment or report problem with topic