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

ProtectedMemory..::..Create Method (String)

Creates a protected memory instance containing the specified string data.

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

Syntax


public static IProtectedMemory Create(
	string data
)

Parameters

data
Type: String
The string data to be protected.

Return Value

An instance of IProtectedMemory containing the encrypted data.

Remarks


This method converts the string data into a byte array and then encrypts it for secure storage in memory. The returned object provides methods to read the data back in its original or byte array form.