JsonConfigurationStorage Constructor |
Creates instance with default settings.
Namespace: KeeperSecurity.ConfigurationAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax 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