// Assembly: Mono.Security
// Full name: DeriveBytes

public class DeriveBytes // TypeDefIndex: 11376
{
	// Fields
	type#12866 keyDiversifier;
	type#12866 ivDiversifier;
	type#12866 macDiversifier;
	type#26577 _hashName;
	type#20868 _iterations;
	type#12861 _password;
	type#12861 _salt;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 set_HashName(type#26576 value) { }
	// RVA: -1
	public type#28660 set_IterationCount(type#20867 value) { }
	// RVA: -1
	public type#28660 set_Password(type#12860 value) { }
	// RVA: -1
	public type#28660 set_Salt(type#12860 value) { }
	// RVA: -1
	private type#28660 Adjust(type#12860 a, type#20867 aOff, type#12860 b) { }
	// RVA: -1
	private type#12860 Derive(type#12860 diversifier, type#20867 n) { }
	// RVA: -1
	public type#12860 DeriveKey(type#20867 size) { }
	// RVA: -1
	public type#12860 DeriveIV(type#20867 size) { }
	// RVA: -1
	public type#12860 DeriveMAC(type#20867 size) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
