C# Класс _7_CryptoStorage.Account.RegisterCustom

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ConfirmPassword global::System.Web.UI.WebControls.TextBox
ConfirmPasswordLabel global::System.Web.UI.WebControls.Label
ConfirmPasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
CreateUserButton global::System.Web.UI.WebControls.Button
ErrorMessage global::System.Web.UI.WebControls.Literal
Password global::System.Web.UI.WebControls.TextBox
PasswordCompare global::System.Web.UI.WebControls.CompareValidator
PasswordLabel global::System.Web.UI.WebControls.Label
PasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
RegisterUserValidationSummary global::System.Web.UI.WebControls.ValidationSummary
UserName global::System.Web.UI.WebControls.TextBox
UserNameLabel global::System.Web.UI.WebControls.Label
UserNameRequired global::System.Web.UI.WebControls.RequiredFieldValidator

Защищенные методы

Метод Описание
CreateUserButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
CreateUser ( string userName, string passwordHash ) : void
GetMd5Hash ( string input ) : string

Описание методов

CreateUserButton_Click() защищенный Метод

protected CreateUserButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

ConfirmPassword защищенное свойство

ConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ConfirmPassword
Результат global::System.Web.UI.WebControls.TextBox

ConfirmPasswordLabel защищенное свойство

ConfirmPasswordLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ConfirmPasswordLabel
Результат global::System.Web.UI.WebControls.Label

ConfirmPasswordRequired защищенное свойство

ConfirmPasswordRequired control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator ConfirmPasswordRequired
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

CreateUserButton защищенное свойство

CreateUserButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button CreateUserButton
Результат global::System.Web.UI.WebControls.Button

ErrorMessage защищенное свойство

ErrorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal ErrorMessage
Результат global::System.Web.UI.WebControls.Literal

Password защищенное свойство

Password control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox Password
Результат global::System.Web.UI.WebControls.TextBox

PasswordCompare защищенное свойство

PasswordCompare control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator PasswordCompare
Результат global::System.Web.UI.WebControls.CompareValidator

PasswordLabel защищенное свойство

PasswordLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label PasswordLabel
Результат global::System.Web.UI.WebControls.Label

PasswordRequired защищенное свойство

PasswordRequired control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator PasswordRequired
Результат global::System.Web.UI.WebControls.RequiredFieldValidator

RegisterUserValidationSummary защищенное свойство

RegisterUserValidationSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary RegisterUserValidationSummary
Результат global::System.Web.UI.WebControls.ValidationSummary

UserName защищенное свойство

UserName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox UserName
Результат global::System.Web.UI.WebControls.TextBox

UserNameLabel защищенное свойство

UserNameLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label UserNameLabel
Результат global::System.Web.UI.WebControls.Label

UserNameRequired защищенное свойство

UserNameRequired control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator UserNameRequired
Результат global::System.Web.UI.WebControls.RequiredFieldValidator