HMACSHA1.HashSizeInBytes Field

Definition

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

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

Field Value

Value = 20

Applies to