UserConfiguration Class

User entity.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public class UserConfiguration : IUserConfiguration, 
	IConfigurationId
Inheritance
Object    UserConfiguration
Implements
IConfigurationId, IUserConfiguration

Constructors

UserConfiguration(IUserConfiguration) Creates instance from another user entity.
UserConfiguration(String) Creates instance for user email.

Properties

LastDevice Last used device.
Password User's password. Optional.
Server Keeper region where user is hosted.
Username User's email address.

See Also