HMAC: InputBlockSize (get)

InputBlockSize

Returns the size of the input block size allowed.



 Public Property Get InputBlockSize ( ) As Long

Return Values

Long - 

Remarks

When calling the TransformBlock method, the InputCount must equal this value. If the hashs CanTransformMultipleBlocks returns True, then the InputCount can be larger than the InputBlockSize, but must be an even multiple of InputBlockSize.

Read Only.

See Also

Project VBCorLib Overview Class HMAC Overview HMAC Properties HMAC Methods Initialize Key (get)