Contains ObscuredFile read operation results.
◆ ToString()
override string ToString |
( |
| ) |
|
|
inline |
Returns contents of this operation result.
- Returns
- Human-readable operation result.
◆ Success
◆ Data
Contains read bytes. Will be null if data was damaged, file does not exists or device lock feature prevented data read.
◆ CheatingDetected
◆ DataIsNotGenuine
Returns true if saved data has correct header but signature does not matches file contents. Returns false otherwise.
◆ DataFromAnotherDevice
bool DataFromAnotherDevice |
|
get |
Returns true if device lock feature detected data from another device.
◆ Error
Contains specific error in case Success is not true but IsValid is true.
◆ IsValid
Returns true if this struct was filled with actual data, otherwise will stay false.