SqliteKeeperStorage Constructor

Initializes a new instance of the SqliteKeeperStorage class

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public SqliteKeeperStorage(
	Func<IDbConnection> getConnection,
	string ownerId
)

Parameters

getConnection  FuncIDbConnection

[Missing <param name="getConnection"/> documentation for "M:KeeperSecurity.Vault.SqliteKeeperStorage.#ctor(System.Func{System.Data.IDbConnection},System.String)"]

ownerId  String

[Missing <param name="ownerId"/> documentation for "M:KeeperSecurity.Vault.SqliteKeeperStorage.#ctor(System.Func{System.Data.IDbConnection},System.String)"]

See Also