Show / Hide Table of Contents

Class FileSystemSimpleStore

Inheritance
Object
FileSystemSimpleStore
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Stores
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
Type Description
Byte[]
Implements
ISimpleStore.Get(Byte[])

Put(Byte[], Byte[])

Declaration
public void Put(byte[] index, byte[] content)
Parameters
Type Name Description
Byte[] index
Byte[] content
Implements
ISimpleStore.Put(Byte[], Byte[])
Back to top Copyright © 2015-2020 Lacuna Software