Skip to content

IHasher

interface

Namespace: Orleans.Storage

An interface for all the hashing operations currently in Orleans Storage operations.
public interface IHasher

Remarks

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

Methods