Click or drag to resize

JsonConfigurationStorage Constructor

Creates instance with default settings.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public JsonConfigurationStorage()
Remarks
Configuration is stored to JSON file named config.json It uses file located in the current directory if it exists. Otherwise file is created in User Document's .keeper older.
See Also