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