WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

SymmetricEncryption..::..DecryptString Method

Decrypts the string. Returns null if the input is null.

Namespace:  Walter
Assembly:  Walter (in Walter.dll)

Syntax


public string DecryptString(
	string encryptedText
)

Parameters

encryptedText
Type: String
The encrypted text. Can be null.

Return Value

Decrypted string or null if the input is null.