Show / Hide Table of Contents

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>
Back to top Copyright © 2015-2020 Lacuna Software