Свойство | Type | Description | |
---|---|---|---|
MD5TextLabel | global::System.Web.UI.WebControls.Label | ||
PlainTextLabel | global::System.Web.UI.WebControls.Label | ||
RFC2898TextLabel | global::System.Web.UI.WebControls.Label | ||
SHA1TestLabel | global::System.Web.UI.WebControls.Label | ||
SaltTextLabel | global::System.Web.UI.WebControls.Label | ||
SaltedSHA1TextLabel | global::System.Web.UI.WebControls.Label | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm |
Méthode | Description | |
---|---|---|
HexStringFromBytes ( byte bytes ) : string | ||
SaltAndHashPassword ( string password, byte salt, int hashSize ) : string |
Méthode | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
public static HexStringFromBytes ( byte bytes ) : string | ||
bytes | byte | |
Résultat | string |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Résultat | void |
public SaltAndHashPassword ( string password, byte salt, int hashSize ) : string | ||
password | string | |
salt | byte | |
hashSize | int | |
Résultat | string |
protected global::System.Web.UI.WebControls.Label MD5TextLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label PlainTextLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label RFC2898TextLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label SHA1TestLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label SaltTextLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label SaltedSHA1TextLabel | ||
Résultat | global::System.Web.UI.WebControls.Label |