AuthApp
Authentication Application Utilities
Properties | List of all members
AuthApp.Models.User Class Reference

Модель пользователя системы. More...

Properties

string Login = string.Empty [get, set]
 Логин пользователя. More...
 
string PasswordHash = string.Empty [get, set]
 Хэш пароля пользователя. More...
 

Detailed Description

Модель пользователя системы.

Property Documentation

◆ Login

string AuthApp.Models.User.Login = string.Empty
getset

Логин пользователя.

◆ PasswordHash

string AuthApp.Models.User.PasswordHash = string.Empty
getset

Хэш пароля пользователя.


The documentation for this class was generated from the following file: