Show / Hide Table of Contents
Editar no GitHub

Interface IPkiStoreContext

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

Properties

| Improve this Doc View Source

PkiStore

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