System.Security.Principal.WindowsImpersonationContext.WindowsImpersonationContext.RevertToSelf C# (CSharp) Method

RevertToSelf() private method

private RevertToSelf ( ) : bool
return bool
		private extern static bool RevertToSelf ();
	}