Summary
A shim to allow the use of protected data.
- Namespace
- Akavache
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProtectedData"]
class Type type-node
Syntax
public static class ProtectedData
Methods
Name | Value | Summary |
---|---|---|
Protect |
byte[] |
Protected the specified data.
static
|
Unprotect |
byte[] |
Unprotected the specified data.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|