MD5.HashSizeInBits Field

Definition

The hash size produced by the MD5 algorithm, in bits.

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

Field Value

Value = 128

Applies to