JsonConfigurationFileLoader Class

Provides implementation od IJsonConfigurationLoader that stores configuration to file.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
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