Click or drag to resize

UserConfiguration Class

User entity.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationUserConfiguration

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

The UserConfiguration type exposes the following members.

Constructors
 NameDescription
Public methodUserConfiguration(IUserConfiguration) Creates instance from another user entity.
Public methodUserConfiguration(String) Creates instance for user email.
Top
Properties
 NameDescription
Public propertyLastDevice Last used device.
Public propertyPassword User's password. Optional.
Public propertyServer Keeper region where user is hosted.
Public propertyTwoFactorToken 
Public propertyUsername User's email address.
Top
See Also