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