C# Класс MGDF.GamesManager.Common.Extensions.CryptographyExtensions

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

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

Метод Описание
ComputeHash ( this input, HashAlgorithm hashAlg ) : string
ComputeHash ( this input, int count, HashAlgorithm hashAlg ) : string
ComputeMD5 ( this input ) : string
ComputeMD5 ( this input, int count ) : string
ConvertFromBase16 ( this input ) : byte[]
ConvertToBase16 ( this input ) : string

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

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

public static ComputeHash ( this input, HashAlgorithm hashAlg ) : string
input this
hashAlg System.Security.Cryptography.HashAlgorithm
Результат string

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

public static ComputeHash ( this input, int count, HashAlgorithm hashAlg ) : string
input this
count int
hashAlg System.Security.Cryptography.HashAlgorithm
Результат string

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

public static ComputeMD5 ( this input ) : string
input this
Результат string

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

public static ComputeMD5 ( this input, int count ) : string
input this
count int
Результат string

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

public static ConvertFromBase16 ( this input ) : byte[]
input this
Результат byte[]

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

public static ConvertToBase16 ( this input ) : string
input this
Результат string