Click or drag to resize

JsonConfigurationStorage Class

Provides implementation of IConfigurationStorage stored in JSON format.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationJsonConfigurationStorage

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

The JsonConfigurationStorage type exposes the following members.

Constructors
 NameDescription
Public methodJsonConfigurationStorage Creates instance with default settings.
Public methodJsonConfigurationStorage(JsonConfigurationCache) Creates using provided configuration cache object.
Public methodJsonConfigurationStorage(String) Creates using provided configuration cache object.
Top
Properties
 NameDescription
Public propertyCache Gets configuration cache
Public propertyDevices 
Public propertyLastLogin 
Public propertyLastServer 
Public propertyServers 
Public propertyUsers 
Top
Methods
 NameDescription
Public methodFlush 
Top
See Also