DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An hash function that requires a private key to compute the final result. More...
Properties | |
byte[] | Key [get, set] |
Gets or sets the private key to use for computing the hash. More... | |
Properties inherited from Deveel.Data.Security.IHashFunction | |
int | HashSize [get] |
Gets the size of the hash to generate. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Deveel.Data.Security.IHashFunction | |
byte[] | Compute (byte[] data) |
Computes the hash from the given input. More... | |
An hash function that requires a private key to compute the final result.
Definition at line 24 of file IKeyedHashFunction.cs.
|
getset |
Gets or sets the private key to use for computing the hash.
Definition at line 28 of file IKeyedHashFunction.cs.