HMACSHA256.HashSizeInBits Field

Definition

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

public: int HashSizeInBits = 256;
public const int HashSizeInBits = 256;
val mutable HashSizeInBits : int
Public Const HashSizeInBits As Integer  = 256

Field Value

Value = 256

Applies to