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

namespace Mono.Security.X509
{
public class X509Store // TypeDefIndex: 11388
{
	// Fields
	type#26577 _storePath;
	type#28876 _certificates;
	type#14449 _crls;
	type#15314 _crl;
	type#15314 _newFormat;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#26576 path, type#15313 crl, type#15313 newFormat) { }
	// RVA: -1
	public type#28875 get_Certificates() { }
	// RVA: -1
	public type#14448 get_Crls() { }
	// RVA: -1
	private type#12860 Load(type#26576 filename) { }
	// RVA: -1
	private type#28862 LoadCertificate(type#26576 filename) { }
	// RVA: -1
	private type#28911 LoadCrl(type#26576 filename) { }
	// RVA: -1
	private type#15313 CheckStore(type#26576 path, type#15313 throwException) { }
	// RVA: -1
	private type#28875 BuildCertificatesCollection(type#26576 storeName) { }
	// RVA: -1
	private type#14448 BuildCrlsCollection(type#26576 storeName) { }
}
}
