Show / Hide Table of Contents

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
Back to top Copyright © 2015-2020 Lacuna Software