IHasher
interface
Namespace: Orleans.Storage
An interface for all the hashing operations currently in Orleans Storage operations.
public interface IHasherRemarks
Implement this to provide a hasher for database key with specific properties. As for an example: collision resistance on out-of-control ID providers.
Properties
DescriptionDescription of the hashing functionality.
Methods
Hash(byte[])The hash.
