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)
Summary: Initializes a new instance of the LoginInfo class.
Parameters
| Name | Type | Description |
|---|---|---|
username | string | The username for the entry. |
password | string | The password for the user. |