C
Craig Buchanan
I've integrated role-based, forms authentication in my ASP.net application.
I have a few remaining issues that I hope to resolve. Here are some of my
questions:
1). I would like to access the Identity properties from within a web
custom control. It appears that the HTTPcontext is not available. What is
the 'proper' way to access the Identity info in this situation?
2). Is there a way to add additional Properties to the Identity object
such that they are available in the
Threading.Thread.CurrentPrincipal.Identity hierarchy?
3). Can someone explain in laymans terms what the Principal and Identity
objects are?
Thanks,
Craig Buchanan
I have a few remaining issues that I hope to resolve. Here are some of my
questions:
1). I would like to access the Identity properties from within a web
custom control. It appears that the HTTPcontext is not available. What is
the 'proper' way to access the Identity info in this situation?
2). Is there a way to add additional Properties to the Identity object
such that they are available in the
Threading.Thread.CurrentPrincipal.Identity hierarchy?
3). Can someone explain in laymans terms what the Principal and Identity
objects are?
Thanks,
Craig Buchanan