ClaimsIdentity Properties
.NET Framework (current version)
Namespace:
System.Security.Claims
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Actor | Gets or sets the identity of the calling party that was granted delegation rights. |
![]() | AuthenticationType | Gets the authentication type. |
![]() | BootstrapContext | Gets or sets the token that was used to create this claims identity. |
![]() | Claims | Gets the claims associated with this claims identity. |
![]() | CustomSerializationData | |
![]() | IsAuthenticated | Gets a value that indicates whether the identity has been authenticated. |
![]() | Label | Gets or sets the label for this claims identity. |
![]() | Name | Gets the name of this claims identity. |
![]() | NameClaimType | Gets the claim type that is used to determine which claims provide the value for the Name property of this claims identity. |
![]() | RoleClaimType | Gets the claim type that will be interpreted as a .NET Framework role among the claims in this claims identity. |
Show:

