June 2003
Intermediate to advanced
714 pages
22h 8m
English
MD5CryptoServiceProvider
public sealed class MD5CryptoServiceProvider : MD5 { // Public Constructors public MD5CryptoServiceProvider( ); // Public Instance Methods public override void Initialize( ); // overrides HashAlgorithm // Protected Instance Methods protected override void Dispose(booldisposing); // overrides HashAlgorithm protected override void Finalize( ); // overrides object protected override void HashCore(byte[ ]rgb, intibStart, intcbSize); // overrides HashAlgorithm protected override byte[ ] HashFinal( ); // overrides HashAlgorithm }
This subclass of MD5 is the default implementation
of the MD5 algorithm and is a wrapper around the Windows Crypto API.
System.Object
→
HashAlgorithm(ICryptoTransform, System.IDisposable)
→
MD5
→
MD5CryptoServiceProvider