C# Класс ScrewTurn.Wiki.Plugins.SqlCommon.Hash

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

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

Метод Описание
Compute ( string input ) : string

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

Приватные методы

Метод Описание
ComputeBytes ( string input ) : byte[]

Computes the Hash code of a string.

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

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

Computes the Hash code of a string and converts it into a Hex string.
public static Compute ( string input ) : string
input string The string.
Результат string