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

IProtectedMemory..::..ReadBytes Method

Reads and returns the data stored in protected memory as a byte array.

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

Syntax


byte[] ReadBytes()

Return Value

A byte array containing the data read from protected memory.

Remarks


This method decrypts and returns the data stored in protected memory. It is useful for retrieving binary data or data that does not represent text.