Skip to content

LoginInfo(string, string) constructor

Defined in

Type: LoginInfo Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll

Applies to

netstandard2.0

public LoginInfo(string username, string password)

View source

Summary: Initializes a new instance of the LoginInfo class.

Parameters

NameTypeDescription
usernamestringThe username for the entry.
passwordstringThe password for the user.