Show / Hide Table of Contents

Interface IPkiNonceStoreContext

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

Properties

PkiNonces

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