// Assembly: System
// Full name: Mono.Btls.MonoBtlsX509Chain

namespace Mono.Btls
{
public class MonoBtlsX509Chain // TypeDefIndex: 7649
{

	// Methods
	// RVA: -1
	internal type#32410 get_Handle() { }
	// RVA: -1
	private static type#20925 mono_btls_x509_chain_new() { }
	// RVA: -1
	private static type#20867 mono_btls_x509_chain_get_count(type#20925 handle) { }
	// RVA: -1
	private static type#20925 mono_btls_x509_chain_get_cert(type#20925 Handle, type#20867 index) { }
	// RVA: -1
	private static type#20867 mono_btls_x509_chain_add_cert(type#20925 chain, type#20925 x509) { }
	// RVA: -1
	private static type#20925 mono_btls_x509_chain_up_ref(type#20925 handle) { }
	// RVA: -1
	private static type#28660 mono_btls_x509_chain_free(type#20925 handle) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	internal type#28660 .ctor(type#32410 handle) { }
	// RVA: -1
	public type#20867 get_Count() { }
	// RVA: -1
	public type#22859 GetCertificate(type#20867 index) { }
	// RVA: -1
	public type#28660 AddCertificate(type#22859 x509) { }
	// RVA: -1
	internal type#22861 Copy() { }
}
}
