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

屬性值

Int32

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

備註

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

適用於