C# Class NCore.Cryptography.HashServiceBase

Inheritance: IHashService
显示文件 Open project: danielwertheim/NCore

Protected Properties

Property Type Description
Encoding System.Text.Encoding

Public Methods

Method Description
GenerateHash ( string value ) : string

Protected Methods

Method Description
HashBytesToString ( byte hash ) : string

Method Details

GenerateHash() public abstract method

public abstract GenerateHash ( string value ) : string
value string
return string

HashBytesToString() protected method

protected HashBytesToString ( byte hash ) : string
hash byte
return string

Property Details

Encoding protected_oe property

protected Encoding,System.Text Encoding
return System.Text.Encoding