C# COM Interop DLL

  • Thread starter Thread starter AA2e72E
  • Start date Start date
Well, how are you connecting to the COM server? If it is running in
process, (unless it is configured through COM+) then the identity associated
with the thread is the identity of the client. The current windows
principal will be what you want.
 
What are the implications of "unless it is configured through COM+)"?
Can you still get the identity?
 
Components configured in COM+ can be configured to run under a different
identity, as well as how much information is conveyed about the client. You
would have to get the security information through the current object
context in the COM+ component at that point.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top