// Assembly: mscorlib
// Full name: System.Security.Cryptography.MD5CryptoServiceProvider

namespace System.Security.Cryptography
{
public class MD5CryptoServiceProvider // TypeDefIndex: 4089
{
	// Fields
	type#13558 _H;
	type#13558 buff;
	type#27938 count;
	type#12861 _ProcessingBuffer;
	type#20868 _ProcessingBufferCount;
	type#13565 K;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	protected virtual type#28660 HashCore(type#12860 rgb, type#20867 ibStart, type#20867 cbSize) { }
	// RVA: -1
	protected virtual type#12860 HashFinal() { }
	// RVA: -1
	public virtual type#28660 Initialize() { }
	// RVA: -1
	private type#28660 ProcessBlock(type#12860 inputBuffer, type#20867 inputOffset) { }
	// RVA: -1
	private type#28660 ProcessFinalBlock(type#12860 inputBuffer, type#20867 inputOffset, type#20867 inputCount) { }
	// RVA: -1
	internal type#28660 AddLength(type#27937 length, type#12860 buffer, type#20867 position) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
