Click or drag to resize

JsonConfigurationStorage(JsonConfigurationCache) Constructor

Creates using provided configuration cache object.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public JsonConfigurationStorage(
	JsonConfigurationCache cache
)

Parameters

cache  JsonConfigurationCache
Configuration cache.
See Also