Click or drag to resize

JsonConfigurationCache Class

Caches requests to load/store JSON configuration.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationJsonConfigurationCache

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

The JsonConfigurationCache type exposes the following members.

Constructors
 NameDescription
Public methodJsonConfigurationCache Creates JSON configuration cache instance.
Top
Properties
 NameDescription
Public propertyConfigurationProtection Gets / sets configuration protection factory.
Public propertyReadTimeout Gets / sets read timeout in milliseconds.
Public propertySecurityAlgorithm Gets / sets configuration protection algorithm.
Public propertyWriteTimeout Gets / sets write timeout in milliseconds.
Top
Methods
 NameDescription
Public methodSave Schedules storing of configuration.
Top
See Also