C# Class _7_CryptoStorage.Account.RegisterCustom

Afficher le fichier Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
CreateUserButton_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CreateUser ( string userName, string passwordHash ) : void
GetMd5Hash ( string input ) : string

Method Details

CreateUserButton_Click() protected méthode

protected CreateUserButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

ConfirmPassword protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

ConfirmPasswordLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ConfirmPasswordRequired protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

CreateUserButton protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

ErrorMessage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Literal

Password protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

PasswordCompare protected_oe property

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
Résultat global::System.Web.UI.WebControls.CompareValidator

PasswordLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

PasswordRequired protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

RegisterUserValidationSummary protected_oe property

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
Résultat global::System.Web.UI.WebControls.ValidationSummary

UserName protected_oe property

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
Résultat global::System.Web.UI.WebControls.TextBox

UserNameLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

UserNameRequired protected_oe property

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator