M
manny.klystron
I'm calling AppDomain.SetPrincipalPolicy() with WindowsPrincipal, but
Thread.CurrentPrincipal still returns a GenericPrincipal.
I don't see Thread.CurrentPrincipal being set before this (which can
cause it).
Are there any other circumstances under which this can happen? This is
..NET 2.0, Kerberos authentication, on an AppDomain spawned from the
main (and a second thread within that domain).
Thanks!
Thread.CurrentPrincipal still returns a GenericPrincipal.
I don't see Thread.CurrentPrincipal being set before this (which can
cause it).
Are there any other circumstances under which this can happen? This is
..NET 2.0, Kerberos authentication, on an AppDomain spawned from the
main (and a second thread within that domain).
Thanks!