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

namespace Mono.Security.X509
{
public class X509Extension // TypeDefIndex: 11386
{
	// Fields
	type#26579 extnOid;
	type#15316 extnCritical;
	type#14024 extnValue;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#14022 asn1) { }
	// RVA: -1
	public type#28660 .ctor(type#28913 extension) { }
	// RVA: -1
	protected virtual type#28660 Decode() { }
	// RVA: -1
	protected virtual type#28660 Encode() { }
	// RVA: -1
	public type#26576 get_Oid() { }
	// RVA: -1
	public type#15313 get_Critical() { }
	// RVA: -1
	public type#14022 get_Value() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	private type#28660 WriteLine(type#26605 sb, type#20867 n, type#20867 pos) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
