MD5.HashSizeInBytes Field

Definition

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

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

Field Value

Value = 16

Applies to