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

Encryption.EncryptString

public static string EncryptString(string inputString, string encryptionKey, 
			bool useBinHex)

Parameters

inputString

encryptionKey

useBinHex

Overloads

public static string EncryptString(string inputString, SecureString encryptionKey, bool useBinHex)
public static string EncryptString(string inputString, byte[] encryptionKey, bool useBinHex)

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