System.Security.Cryptography.HMAC.BlockSizeValue Property

Gets or sets the block size to use in the hash value.

Syntax

protected int BlockSizeValue { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A Hash-based Message Authentication Code (HMAC) uses a hash function where data is hashed by iterating a basic compression function on blocks of data. HMAC.BlockSizeValue is the byte size of such a block. Its value is 64 bytes.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0