Edit

Share via


IHasher Interface

Definition

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

public interface IHasher
type IHasher = interface
Public Interface IHasher
Derived

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

Name Description
Description

Description of the hashing functionality.

Methods

Name Description
Hash(Byte[])

The hash.

Applies to