// Assembly: mscorlib
// Full name: System.Security.SecureString

namespace System.Security
{
public class SecureString // TypeDefIndex: 3988
{
	// Fields
	type#20868 length;
	type#15314 disposed;
	type#12861 data;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	public type#28660 .ctor(type#12384 value, type#20867 length) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	private type#28660 Encrypt() { }
	// RVA: -1
	private type#28660 Decrypt() { }
	// RVA: -1
	private type#28660 Alloc(type#20867 length, type#15313 realloc) { }
	// RVA: -1
	internal type#12860 GetBuffer() { }
}
}
