Asp.net Security: IIdentity.IsAuthenticated default implementation.
Posted
by Pickels
on Stack Overflow
See other posts from Stack Overflow
or by Pickels
Published on 2010-04-27T15:08:12Z
Indexed on
2010/04/27
16:23 UTC
Read the original article
Hit count: 425
Hello Stackoverflowers,
I am writing my own custom Identity class which implements IIdentity. I don't need to change the default method IsAuthenticated but so now I was wondering how does the default IIdentity determines if it should return true or false?
I thought to find the answer in the FormsAuthenticationTicket I am using but not sure if that is correct.
Thanks in advance,
Pickels
© Stack Overflow or respective owner