C# Class AdmPwd.Portal.Controls.CryptoKeyManagementControl

Show file 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 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 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 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 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 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 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 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 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 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 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 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