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

SymmetricEncryption..::..EncryptString Method

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

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

Syntax


public string EncryptString(
	string clearText
)

Parameters

clearText
Type: String
The clear text. Can be null.

Return Value

Encrypted string or null if the input is null.