Keeper SDK Class Library
C#
Show/Hide TOC
Json
Configuration
File
Loader Class
Provides implementation od
IJsonConfigurationLoader
that stores configuration to file.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
class
JsonConfigurationFileLoader
:
IJsonConfigurationLoader
Inheritance
Object
JsonConfigurationFileLoader
Implements
IJsonConfigurationLoader
Constructors
JsonConfigurationFileLoader
Creates instance with default parameters.
JsonConfigurationFileLoader(String)
Creates instance.
Properties
FilePath
Gets configuration file path.
Methods
LoadJson
Loads JSON data
StoreJson
Stores JSON data.
See Also
Reference
KeeperSecurity.Configuration Namespace
In This Article
Definition
Constructors
Properties
Methods
See Also