HMACSHA256.HashSizeInBytes Field

Definition

The hash size produced by the HMAC SHA256 algorithm, in bytes.

public: int HashSizeInBytes = 32;
public const int HashSizeInBytes = 32;
val mutable HashSizeInBytes : int
Public Const HashSizeInBytes As Integer  = 32

Field Value

Value = 32

Applies to