FormsIdentity Properties
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Actor | Gets or sets the identity of the calling party that was granted delegation rights.(Inherited from ClaimsIdentity.) |
![]() | AuthenticationType | Gets the type of authenticated identity.(Overrides ClaimsIdentity.AuthenticationType.) |
![]() | BootstrapContext | Gets or sets the token that was used to create this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Claims | Gets the collection of claims that are associated with this identity.(Overrides ClaimsIdentity.Claims.) |
![]() | CustomSerializationData | (Inherited from ClaimsIdentity.) |
![]() | IsAuthenticated | Gets a value that indicates whether authentication took place.(Overrides ClaimsIdentity.IsAuthenticated.) |
![]() | Label | Gets or sets the label for this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Name | Gets the user name of the forms identity.(Overrides ClaimsIdentity.Name.) |
![]() | NameClaimType | Gets the claim type that is used to determine which claims provide the value for the Name property of this claims identity.(Inherited from ClaimsIdentity.) |
![]() | RoleClaimType | Gets the claim type that will be interpreted as a .NET Framework role among the claims in this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Ticket | Gets the FormsAuthenticationTicket for the forms-authentication user identity. |

