We have a COM+ application written in C# (a serviced component) thats get
accessed by remote hosts on the network. How do I obtain the WindowsIdentity
of the caller of my serviced-component?
Regards Morten
Klaus H. Probst - 23 Mar 2005 05:53 GMT
SecurityCallContext.DirectCaller

Signature
klaus
> We have a COM+ application written in C# (a serviced component) thats get
> accessed by remote hosts on the network. How do I obtain the WindowsIdentity
> of the caller of my serviced-component?
>
> Regards Morten