Interface IPkiLogContext
Namespace: Lacuna.Pki.EntityFrameworkConnector
Assembly: Lacuna.Pki.EntityFrameworkConnector.dll
Syntax
public interface IPkiLogContext
Properties
PkiLog
Declaration
DbSet<PkiLogEntry> PkiLog { get; set; }
Property Value
Type | Description |
---|---|
DbSet<PkiLogEntry> |