Keeper SDK Class Library
C#
Show/Hide TOC
IJson
Configuration
Loader Interface
Defines JSON serialization methods
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IJsonConfigurationLoader
Remarks
Keeper SDK library implements JSON serialization to file.
Methods
LoadJson
Loads JSON data
StoreJson
Stores JSON data.
See Also
Reference
KeeperSecurity.Configuration Namespace
JsonConfigurationFileLoader
In This Article
Definition
Remarks
Methods
See Also