LoginInfo class¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.LoginInfo
Modifiers: public
Summary¶
Stored login information for a user.
Applies to
netstandard2.0
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [LoginInfo](# class. |
Properties¶
| Name | Summary |
|---|---|
| UserName | Gets the username. |
| Password | Gets the password. |