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

namespace System.Security.Principal
{
public class WindowsImpersonationContext // TypeDefIndex: 4108
{
	// Fields
	type#20926 _token;
	type#15314 undo;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#20925 token) { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public type#28660 Undo() { }
	// RVA: -1
	private static type#15313 CloseToken(type#20925 token) { }
	// RVA: -1
	private static type#20925 DuplicateToken(type#20925 token) { }
	// RVA: -1
	private static type#15313 SetCurrentToken(type#20925 token) { }
	// RVA: -1
	private static type#15313 RevertToSelf() { }
}
}
