Click or drag to resize

JsonConfigurationFileLoader Class

Provides implementation od IJsonConfigurationLoader that stores configuration to file.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationJsonConfigurationFileLoader

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class JsonConfigurationFileLoader : IJsonConfigurationLoader

The JsonConfigurationFileLoader type exposes the following members.

Constructors
 NameDescription
Public methodJsonConfigurationFileLoader Creates instance with default parameters.
Public methodJsonConfigurationFileLoader(String) Creates instance.
Top
Properties
 NameDescription
Public propertyFilePath Gets configuration file path.
Top
Methods
 NameDescription
Public methodLoadJson Loads JSON data
Public methodStoreJson Stores JSON data.
Top
See Also