Click or drag to resize

IConfigurationStorage Interface

Defines configuration storage.

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

The IConfigurationStorage type exposes the following members.

Properties
 NameDescription
Public propertyDevices Gets device collection.
Public propertyLastLogin Gets last logged in user.
Public propertyLastServer Gets last used Keeper server.
Public propertyServers Gets server collection.
Public propertyUsers Gets user collection.
Top
See Also