Interface ISimpleStore
Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki.dll
Syntax
public interface ISimpleStore
Methods
Get(Byte[])
Declaration
byte[] Get(byte[] index)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | index |
Returns
| Type | Description |
|---|---|
| Byte[] |
Put(Byte[], Byte[])
Declaration
void Put(byte[] index, byte[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | index | |
| Byte[] | content |