C# Class _7_CryptoStorage.LoadSonyPasswords

Show file Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Property Type Description
ResultLabel global::System.Web.UI.WebControls.Label

Public Methods

Method Description
CreateMD5 ( string input ) : string

Protected Methods

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

Method Details

CreateMD5() public static method

public static CreateMD5 ( string input ) : string
input string
return string

Page_Load() protected method

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

Property Details

ResultLabel protected property

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