The members of System.Web.Security.FormsIdentity are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.Security.FormsIdentity class. |
[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. |