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

namespace System.Security.Cryptography
{
public class Rfc2898DeriveBytes // TypeDefIndex: 4007
{
	// Fields
	type#12868 _password;
	type#12861 _salt;
	type#27918 _iterations;
	type#19398 _hmac;
	type#20868 _blockSize;
	type#12861 _buffer;
	type#27918 _block;
	type#20868 _startIndex;
	type#20868 _endIndex;
	type#19482 <HashAlgorithm>k__BackingField;

	// Methods
	// RVA: -1
	public type#19480 get_HashAlgorithm() { }
	// RVA: -1
	public type#28660 .ctor(type#12860 password, type#12860 salt, type#20867 iterations) { }
	// RVA: -1
	public type#28660 .ctor(type#12860 password, type#12860 salt, type#20867 iterations, type#19480 hashAlgorithm) { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
	// RVA: -1
	public virtual type#12860 GetBytes(type#20867 cb) { }
	// RVA: -1
	private type#19397 OpenHmac() { }
	// RVA: -1
	private type#28660 Initialize() { }
	// RVA: -1
	private type#12860 Func() { }
}
}
