Returns the underlying instance of the MD5 object that is used to compute the MD5 part of the combined hash.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public ReadOnly Property MD5 As HashAlgorithm
	Get
C#
public HashAlgorithm MD5 { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also