Class MD5
Provides MD5 hash computation functionality with FIPS compliance support.
public class MD5 : IDisposable
- Inheritance
-
MD5
- Implements
- Inherited Members
Constructors
MD5()
Initializes a new instance of the MD5 class.
public MD5()
Methods
ComputeHash(byte[])
Computes the MD5 hash for the specified byte array.
public byte[] ComputeHash(byte[] buffer)
Parameters
bufferbyte[]The input to compute the hash for.
Returns
- byte[]
The computed MD5 hash.
Dispose()
Releases all resources used by this instance.
public void Dispose()