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

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

Méthode 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 méthode

public static ComputeHashAsync ( this encryptor, string text ) : Task
encryptor this
text string
Résultat Task

ComputeHashToText() public static méthode

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

ComputeHashToTextAsync() public static méthode

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