Click or drag to resize

DeviceServerConfiguration Class

Device server entity.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationDeviceServerConfiguration

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

The DeviceServerConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodDeviceServerConfiguration(IDeviceServerConfiguration) Creates instance from another user entity.
Public methodDeviceServerConfiguration(String) Creates instance for server.
Top
Properties
 NameDescription
Public propertyCloneCode Resumption code.
Public propertyServer Keeper server host.
Top
See Also