Click or drag to resize

JsonConfigurationFileLoaderStoreJson Method

Stores JSON data.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public void StoreJson(
	byte[] json
)

Parameters

json  Byte
JSON data.

Implements

IJsonConfigurationLoaderStoreJson(Byte)
See Also