MD5Managed Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Managed implementation of MD5 algorithm.
Syntax
public class MD5Managed : MD5, ICryptoTransform, IDisposable
Inherited Members
Constructors
| Name | Description |
|---|---|
| MD5Managed() | Initializes a new instance. |
Methods
| Name | Description |
|---|---|
| HashCore(Byte[], Int32, Int32) | Updates the MD5 hash code. |
| HashFinal() | Returns the computed MD5 hash as an array of bytes. |
| Initialize() | Initializes an instance of MD5. |