Show / Hide Table of Contents

Interface IPkiStoreContext

Namespace: Lacuna.Pki.EntityFrameworkConnector
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
public interface IPkiStoreContext

Properties

PkiStore

Declaration
DbSet<PkiStoreObject> PkiStore { get; set; }
Property Value
Type Description
DbSet<PkiStoreObject>
Back to top Copyright © 2015-2020 Lacuna Software