The properties of System.Web.Security.FormsIdentity are listed below. For a list of all members, see the FormsIdentity Members list.
See Also: Inherited members from System.Object
[read-only] | AuthenticationType | string.
Gets the type of authenticated identity. |
[read-only] | IsAuthenticated | bool.
Gets a value that indicates whether authentication took place. |
[read-only] | Name | string.
Gets the user name of the forms identity. |
[read-only] | Ticket | FormsAuthenticationTicket.
Gets the System.Web.Security.FormsAuthenticationTicket for the forms-authentication user identity. |