WindowsIdentity Token in Legacy ASP

Posted by Max Schmeling on Stack Overflow See other posts from Stack Overflow or by Max Schmeling
Published on 2008-12-05T18:44:24Z Indexed on 2010/03/25 5:03 UTC
Read the original article Hit count: 412

Filed under:
|
|
|
|

I've created a .Net library at work that is used by all of our developers. The security part of it uses Microsoft AzMan for the security backend. In order to create a security (AzMan) ClientContext I have to pass it a token value (as a uint). This is all fine an dandy until I needed to make a COM wrapper for our common library so some of our legacy pages could take advantage of it without being rewritten for now.

I cannot figure out how to get the token value to pass to AzMan from legacy ASP. The COM wrapper is setup to run as a COM Server and runs as a specific user that we use here for all COM objects, therefor the common library can't just pull the identity using .Net.

Any ideas?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#