C# Class AdmPwd.Portal.Controls.CryptoKeyManagementControl

Datei anzeigen Open project: jformacek/laps-e Class Usage Examples

Protected Properties

Property Type Description
PanelError global::System.Web.UI.WebControls.Panel
PanelKeyList global::System.Web.UI.WebControls.Panel
PanelResult global::System.Web.UI.WebControls.Panel
btnGenerateKeyPair global::System.Web.UI.WebControls.Button
ddlKeySize global::System.Web.UI.WebControls.DropDownList
gvKeys global::System.Web.UI.WebControls.GridView
labelError global::System.Web.UI.WebControls.Label
labelResult global::System.Web.UI.WebControls.Label
lit1 global::System.Web.UI.WebControls.Literal
lit3 global::System.Web.UI.WebControls.Literal
lit4 global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeKeyList ( ) : void
btnGenerateKeyPair_Click ( object sender, EventArgs e ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

PanelError protected_oe property

PanelError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelError
return global::System.Web.UI.WebControls.Panel

PanelKeyList protected_oe property

PanelKeyList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelKeyList
return global::System.Web.UI.WebControls.Panel

PanelResult protected_oe property

PanelResult control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelResult
return global::System.Web.UI.WebControls.Panel

btnGenerateKeyPair protected_oe property

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

ddlKeySize protected_oe property

ddlKeySize control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlKeySize
return global::System.Web.UI.WebControls.DropDownList

gvKeys protected_oe property

gvKeys control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvKeys
return global::System.Web.UI.WebControls.GridView

labelError protected_oe property

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

labelResult protected_oe property

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

lit1 protected_oe property

lit1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lit1
return global::System.Web.UI.WebControls.Literal

lit3 protected_oe property

lit3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lit3
return global::System.Web.UI.WebControls.Literal

lit4 protected_oe property

lit4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lit4
return global::System.Web.UI.WebControls.Literal