C# Класс NSoft.NFramework.Cryptography.Encryptors.HashEncryptorEx

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

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

Метод Описание
ComputeHashAsync ( this encryptor, string text ) : Task
ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string
ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task

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

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

public static ComputeHashAsync ( this encryptor, string text ) : Task
encryptor this
text string
Результат Task

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

public static ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string
encryptor this
text string
format EncryptionStringFormat
Результат string

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

public static ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task
encryptor this
text string
format EncryptionStringFormat
Результат Task