C# Class NCore.Cryptography.HashServiceBase

Inheritance: IHashService
Afficher le fichier Open project: danielwertheim/NCore

Protected Properties

Свойство Type Description
Encoding System.Text.Encoding

Méthodes publiques

Méthode Description
GenerateHash ( string value ) : string

Méthodes protégées

Méthode Description
HashBytesToString ( byte hash ) : string

Method Details

GenerateHash() public abstract méthode

public abstract GenerateHash ( string value ) : string
value string
Résultat string

HashBytesToString() protected méthode

protected HashBytesToString ( byte hash ) : string
hash byte
Résultat string

Property Details

Encoding protected_oe property

protected Encoding,System.Text Encoding
Résultat System.Text.Encoding