UserConfiguration(IUserConfiguration) Constructor

Creates instance from another user entity.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public UserConfiguration(
	IUserConfiguration other
)

Parameters

other  IUserConfiguration
User entity.

See Also