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

namespace System.Security.Principal
{
public class TokenImpersonationLevel // TypeDefIndex: 4105
{
	// Fields
	type#20890 value__;
	type#27521 None;
	type#27521 Anonymous;
	type#27521 Identification;
	type#27521 Impersonation;
	type#27521 Delegation;
}
}
