IJsonConfigurationLoaderStoreJson Method

Stores JSON data.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
void StoreJson(
	byte[] json
)

Parameters

json  Byte
JSON data.

See Also