// Assembly: mscorlib
// Full name: System.Security.Principal.WindowsIdentity

namespace System.Security.Principal
{
public class WindowsIdentity // TypeDefIndex: 4107
{
	// Fields
	type#20926 _token;
	type#26577 _type;
	type#28819 _account;
	type#15314 _authenticated;
	type#26577 _name;
	type#25858 _info;
	type#20930 invalidWindows;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#20925 userToken, type#26576 type, type#28818 acctType, type#15313 isAuthenticated) { }
	// RVA: -1
	public type#28660 .ctor(type#25857 info, type#26566 context) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public static type#28822 GetCurrent() { }
	// RVA: -1
	public virtual type#28824 Impersonate() { }
	// RVA: -1
	public virtual type#26576 get_AuthenticationType() { }
	// RVA: -1
	public virtual type#26576 get_Name() { }
	// RVA: -1
	private virtual type#28660 System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(type#23705 sender) { }
	// RVA: -1
	private virtual type#28660 System.Runtime.Serialization.ISerializable.GetObjectData(type#25857 info, type#26566 context) { }
	// RVA: -1
	private type#28660 SetToken(type#20925 token) { }
	// RVA: -1
	internal static type#20925 GetCurrentToken() { }
	// RVA: -1
	private static type#26576 GetTokenName(type#20925 token) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
