// Assembly: Mono.Security
// Full name: Mono.Security.X509.X509Chain

namespace Mono.Security.X509
{
public class X509Chain // TypeDefIndex: 11384
{
	// Fields
	type#28876 roots;
	type#28876 certs;
	type#28863 _root;
	type#28876 _chain;
	type#28904 _status;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28875 get_TrustAnchors() { }
	// RVA: -1
	public type#28660 LoadCertificates(type#28875 collection) { }
	// RVA: -1
	public type#15313 Build(type#28862 leaf) { }
	// RVA: -1
	public type#28660 Reset() { }
	// RVA: -1
	private type#15313 IsValid(type#28862 cert) { }
	// RVA: -1
	private type#28862 FindCertificateParent(type#28862 child) { }
	// RVA: -1
	private type#28862 FindCertificateRoot(type#28862 potentialRoot) { }
	// RVA: -1
	private type#15313 IsTrusted(type#28862 potentialTrusted) { }
	// RVA: -1
	private type#15313 IsParent(type#28862 child, type#28862 parent) { }
}
}
