C# Класс _7_CryptoStorage.Hashing

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
HexStringFromBytes ( byte bytes ) : string
SaltAndHashPassword ( string password, byte salt, int hashSize ) : string

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Описание методов

HexStringFromBytes() публичный статический Метод

public static HexStringFromBytes ( byte bytes ) : string
bytes byte
Результат string

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

SaltAndHashPassword() публичный Метод

public SaltAndHashPassword ( string password, byte salt, int hashSize ) : string
password string
salt byte
hashSize int
Результат string

Описание свойств

MD5TextLabel защищенное свойство

MD5TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label MD5TextLabel
Результат global::System.Web.UI.WebControls.Label

PlainTextLabel защищенное свойство

PlainTextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label PlainTextLabel
Результат global::System.Web.UI.WebControls.Label

RFC2898TextLabel защищенное свойство

RFC2898TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label RFC2898TextLabel
Результат global::System.Web.UI.WebControls.Label

SHA1TestLabel защищенное свойство

SHA1TestLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SHA1TestLabel
Результат global::System.Web.UI.WebControls.Label

SaltTextLabel защищенное свойство

SaltTextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SaltTextLabel
Результат global::System.Web.UI.WebControls.Label

SaltedSHA1TextLabel защищенное свойство

SaltedSHA1TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SaltedSHA1TextLabel
Результат global::System.Web.UI.WebControls.Label

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm