Keeper SDK Class Library
C#
Show/Hide TOC
Json
Configuration
File
Loader Constructor
Creates instance with default parameters.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
JsonConfigurationFileLoader
()
Remarks
Json file name is
config.json
If there is no such file in the current directory then it is created in the User Document's
.keeper
folder.
See Also
Reference
JsonConfigurationFileLoader Class
JsonConfigurationFileLoader Overload
KeeperSecurity.Configuration Namespace
In This Article
Definition
Remarks
See Also