GenericIdentity Properties
Assembly: mscorlib (in mscorlib.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 authentication used to identify the user.(Overrides ClaimsIdentity.AuthenticationType.) |
![]() | BootstrapContext | Gets or sets the token that was used to create this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Claims | Gets all claims for the user represented by this generic identity.(Overrides ClaimsIdentity.Claims.) |
![]() | CustomSerializationData | (Inherited from ClaimsIdentity.) |
![]() | IsAuthenticated | Gets a value indicating whether the user has been authenticated.(Overrides ClaimsIdentity.IsAuthenticated.) |
![]() | Label | Gets or sets the label for this claims identity.(Inherited from ClaimsIdentity.) |
![]() | Name | Gets the user's name.(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.) |

