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

public class EncryptedPrivateKeyInfo // TypeDefIndex: 11443
{
	// Fields
	type#26577 _algorithm;
	type#12861 _salt;
	type#20868 _iterations;
	type#12861 _data;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#12860 data) { }
	// RVA: -1
	public type#26576 get_Algorithm() { }
	// RVA: -1
	public type#28660 set_Algorithm(type#26576 value) { }
	// RVA: -1
	public type#12860 get_EncryptedData() { }
	// RVA: -1
	public type#28660 set_EncryptedData(type#12860 value) { }
	// RVA: -1
	public type#12860 get_Salt() { }
	// RVA: -1
	public type#20867 get_IterationCount() { }
	// RVA: -1
	public type#28660 set_IterationCount(type#20867 value) { }
	// RVA: -1
	private type#28660 Decode(type#12860 data) { }
	// RVA: -1
	public type#12860 GetBytes() { }
}
