C# Class ScrewTurn.Wiki.Plugins.SqlCommon.Hash

Computes hashes.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
Compute ( string input ) : string

Computes the Hash code of a string and converts it into a Hex string.

Private Methods

Méthode Description
ComputeBytes ( string input ) : byte[]

Computes the Hash code of a string.

Method Details

Compute() public static méthode

Computes the Hash code of a string and converts it into a Hex string.
public static Compute ( string input ) : string
input string The string.
Résultat string