This documentation is archived and is not being maintained.
FormsIdentity Properties
Visual Studio 2008
The FormsIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
|
AuthenticationType | Gets the type of authenticated identity. |
|
IsAuthenticated | Gets a value that indicates whether authentication took place. |
|
Name | Gets the user name of the forms identity. |
|
Ticket | Gets the FormsAuthenticationTicket for the forms-authentication user identity. |
Show: