CoSetProxyBlanket equivalent

  • Thread starter Thread starter aeshiels
  • Start date Start date
A

aeshiels

Is there an equivalent of CoSetProxyBlanket in c#? I require it to
change the default credentials im using to create a DCOM object. Im
getting access denied at the moment.

thanks for any help you can offer,

andy.s
 
| Is there an equivalent of CoSetProxyBlanket in c#? I require it to
| change the default credentials im using to create a DCOM object. Im
| getting access denied at the moment.
|
| thanks for any help you can offer,
|
| andy.s
|

No, there is no equivalent, CoSetProxyBlanket is an Ole32.dll exported
function which you have to call using PInvoke.

Willy.
 
Back
Top