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> |