Re: WindowsIdentity - Invalid token; it cannot be duplicated
- From: Dominick Baier <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Mar 2007 14:00:14 +0000 (UTC)
Where do you get the token from?
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
I am having invalid token, it cannot be duplicated error 70% of the
time on one machine. We are creating and validating the current user.
The following line of code raise exception.
System.Security.Principal.WindowsIdentity winIden=new
System.Security.Principal.WindowsIdentity(iToken);
Exception:
String Message = "LoginWI() Invalid token; it cannot be duplicated.
at
RtReports.Security.LocalAuthentication.CheckUserGroups(IntPtr iToken,
StringCollection strGroupsCollection)
Any help is really appreciated.
Thanks,
Kamal
.
- Prev by Date: Re: Encrypted XML in framework 1.1
- Next by Date: Re: WindowsIdentity - Invalid token; it cannot be duplicated
- Previous by thread: AzMan AccessCheck problem with Active Directory Groups
- Next by thread: Re: WindowsIdentity - Invalid token; it cannot be duplicated
- Index(es):
Relevant Pages
|