Interface IHashingService
Hashing service interface.
Namespace: Telerik.MachineIdGenerator.Services
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface IHashingService
Methods
Sha256(String)
Sha256 hashing.
Declaration
string Sha256(string input)
Parameters
System.String
input
|
Returns
System.String
|