Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This Question handles COM-Elevation. The mechanism ist discribed in various articls. The base work ist done with the funktion CoCreateInstanceAsAdmin. A Moniker is feeded with following string Elevation:Administrator!new:"clsid" and the COM-Server is connected via CoGetObject.

When my client try to connect my COM-server (executable server) from a low privileged useraccount (Standard User), Windows shows always the prompt for credentials.

I know the Credentials for Admin (User and Password)!
So how can I commit the admin-credentials to COM-Elevation ?

I nearly have tried all combinations of BIND_OPTS (COSERVERINFO). I have tried to connect as impersonated user (LogonUser, ImpersonateLoggedOnUser). Nothing helps ...

Any hints ???
Karsten
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900