HMACSHA1.HashSizeInBits Field

Definition

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

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

Field Value

Value = 160

Applies to