Keeper SDK Class Library
C#
Show/Hide TOC
Json
Configuration
File
Loader
Store
Json Method
Stores JSON data.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
void
StoreJson
(
byte
[]
json
)
Parameters
json
Byte
JSON data.
Implements
IJsonConfigurationLoader
StoreJson(
Byte
)
See Also
Reference
JsonConfigurationFileLoader Class
KeeperSecurity.Configuration Namespace
In This Article
Definition
Parameters
Implements
See Also