IJsonConfigurationLoader Interface

Defines JSON serialization methods

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IJsonConfigurationLoader

Remarks

Keeper SDK library implements JSON serialization to file.

Methods

LoadJson Loads JSON data
StoreJson Stores JSON data.

See Also