Class FileSystemSimpleStore
Inheritance
FileSystemSimpleStore
Assembly: Lacuna.Pki.dll
Syntax
public class FileSystemSimpleStore : ISimpleStore
Constructors
FileSystemSimpleStore(String)
Declaration
public FileSystemSimpleStore(string basePath)
Parameters
Type |
Name |
Description |
String |
basePath |
|
Methods
Get(Byte[])
Declaration
public byte[] Get(byte[] index)
Parameters
Type |
Name |
Description |
Byte[] |
index |
|
Returns
Implements
Put(Byte[], Byte[])
Declaration
public void Put(byte[] index, byte[] content)
Parameters
Type |
Name |
Description |
Byte[] |
index |
|
Byte[] |
content |
|
Implements