C# Class Google.Authenticator.WebSample.Default

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: BrandonPotter/GoogleAuthenticator

Protected Properties

Свойство Type Description
btnValidate global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
imgQrCode global::System.Web.UI.WebControls.Image
lblManualSetupCode global::System.Web.UI.WebControls.Label
lblSecretKey global::System.Web.UI.WebControls.Label
lblValidationResult global::System.Web.UI.WebControls.Label
txtCode global::System.Web.UI.WebControls.TextBox

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

btnValidate_Click() protected méthode

protected btnValidate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

btnValidate protected_oe property

btnValidate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnValidate
Résultat global::System.Web.UI.WebControls.Button

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Résultat global::System.Web.UI.HtmlControls.HtmlForm

imgQrCode protected_oe property

imgQrCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgQrCode
Résultat global::System.Web.UI.WebControls.Image

lblManualSetupCode protected_oe property

lblManualSetupCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblManualSetupCode
Résultat global::System.Web.UI.WebControls.Label

lblSecretKey protected_oe property

lblSecretKey control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSecretKey
Résultat global::System.Web.UI.WebControls.Label

lblValidationResult protected_oe property

lblValidationResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblValidationResult
Résultat global::System.Web.UI.WebControls.Label

txtCode protected_oe property

txtCode control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCode
Résultat global::System.Web.UI.WebControls.TextBox