This documentation is archived and is not being maintained.
FormsIdentity Properties
.NET Framework 1.1
The properties of the FormsIdentity class are listed here. For a complete list of FormsIdentity class members, see the FormsIdentity Members topic.
Public Properties
AuthenticationType | Gets the type of the identity (in this case, "Forms"). |
IsAuthenticated | Indicates whether authentication took place. |
Name | Gets the name of the identity (in this case, the user name). |
Ticket | Gets the FormsAuthenticationTicket associated with the current request. |
See Also
Show:
