MD5CryptoServiceProvider

MD5CryptoServiceProviderdisposable

System.Security.Cryptography (mscorlib.dll)sealed class
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(bool disposing);  // overrides HashAlgorithm    protected override void Finalize(  );  // overrides object    protected override void HashCore(byte[  ] rgb, int ibStart,  int cbSize);  // 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.

Hierarchy

System.Object HashAlgorithm(ICryptoTransform, System.IDisposable) MD5 MD5CryptoServiceProvider



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net