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

namespace System.Security.Cryptography
{
public class ICryptoTransform // TypeDefIndex: 4046
{

	// Methods
	// RVA: -1
	public abstract type#20867 get_InputBlockSize() { }
	// RVA: -1
	public abstract type#20867 get_OutputBlockSize() { }
	// RVA: -1
	public abstract type#15313 get_CanTransformMultipleBlocks() { }
	// RVA: -1
	public abstract type#20867 TransformBlock(type#12860 inputBuffer, type#20867 inputOffset, type#20867 inputCount, type#12860 outputBuffer, type#20867 outputOffset) { }
	// RVA: -1
	public abstract type#12860 TransformFinalBlock(type#12860 inputBuffer, type#20867 inputOffset, type#20867 inputCount) { }
}
}
