Share via


HMAC.BlockSizeValue 屬性

定義

取得或設定要使用於雜湊值的區塊大小。

protected:
 property int BlockSizeValue { int get(); void set(int value); };
protected int BlockSizeValue { get; set; }
member this.BlockSizeValue : int with get, set
Protected Property BlockSizeValue As Integer

屬性值

要使用於雜湊值的區塊大小。

備註

哈希型訊息驗證代碼 (HMAC) 會使用哈希函式,其中數據會藉由逐一查看數據區塊的基本壓縮函式來哈希。 BlockSizeValue 是這類區塊的位元組大小。 其值為64個字節。

適用於