C# Class _7_CryptoStorage.LoadSonyPasswords

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

Protected Properties

Свойство Type Description
ResultLabel global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
CreateMD5 ( string input ) : string

Méthodes protégées

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

Method Details

CreateMD5() public static méthode

public static CreateMD5 ( string input ) : string
input string
Résultat string

Page_Load() protected méthode

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

Property Details

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