COM+ and NetworkCredential problem

From: surya (suryanarayanan.varadarajan_at_honeywell.com)
Date: 08/30/05


Date: Tue, 30 Aug 2005 10:52:02 +0530

Hi,

I have a COM+ out of proc service that is configured to impersonate the user
making the call to the COM+ service. Is there a way to create a
NetworkCredential object based on the current thread's security? Using
System.Net.CredentialCache.DefaultCredentials always returns the credentials
of the user configured to run the out of proc COM+ server and not the
credentials of the user set on the current thread.

Regards
Surya



Relevant Pages

  • COM+ thread and NetworkCredential
    ... I have a COM+ out of proc service that is configured to impersonate the user ... System.Net.CredentialCache.DefaultCredentials always returns the credentials ... Regards ...
    (microsoft.public.dotnet.security)
  • Re: COM+ and NetworkCredential problem
    ... > I have a COM+ out of proc service that is configured to impersonate the ... So you need to select delegate a impersonation ... you need to run in a Kerberos realm, ...
    (microsoft.public.dotnet.framework.aspnet.security)