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 |
public static ComputeHashAsync ( this encryptor, string text ) : Task |
||
encryptor | this | |
text | string | |
Résultat | Task |
public static ComputeHashToText ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : string | ||
encryptor | this | |
text | string | |
format | EncryptionStringFormat | |
Résultat | string |
public static ComputeHashToTextAsync ( this encryptor, string text, EncryptionStringFormat format = EncryptionStringFormat.HexDecimal ) : Task |
||
encryptor | this | |
text | string | |
format | EncryptionStringFormat | |
Résultat | Task |