Click or drag to resize

DeviceServerConfiguration(IDeviceServerConfiguration) Constructor

Creates instance from another user entity.

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

Parameters

other  IDeviceServerConfiguration
Device server entity.
See Also