DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
IHashFunctionProvider.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Deveel.Data.Security {
4  public interface IHashFunctionProvider {
5  IHashFunction ResolveFunction(string functionName);
6  }
7 }
Defines a function to hash as user provided password