Share via


IHasher 介面

定義

目前在「檔案儲存體」作業中所有雜湊作業的介面。

public interface IHasher
type IHasher = interface
Public Interface IHasher
衍生

備註

實作這個 ,為具有特定屬性的資料庫索引鍵提供 hasher。 例如:在控制不足的識別碼提供者上發生衝突抗拒。

屬性

Description

雜湊功能的描述。

方法

Hash(Byte[])

雜湊。

適用於