C# Class NSoft.NFramework.Cryptography.Encryptors.HashEncryptorEx

Mostra file Open project: debop/NFramework

Public Methods

Method Description
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

Method Details

ComputeHashAsync() public static method

public static ComputeHashAsync ( this encryptor, string text ) : Task
encryptor this
text string
return Task

ComputeHashToText() public static method

public static ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string
encryptor this
text string
format EncryptionStringFormat
return string

ComputeHashToTextAsync() public static method

public static ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task
encryptor this
text string
format EncryptionStringFormat
return Task