IClaims |
The IClaimsIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthenticationType | Gets the type of authentication used. (Inherited from IIdentity) | |
| Claims | Gets the claims | |
| IsAuthenticated | Gets a value that indicates whether the user has been authenticated. (Inherited from IIdentity) | |
| Name | Gets the name of the current user. (Inherited from IIdentity) |
| Name | Description | |
|---|---|---|
| GetFirstClaimValue |
Gets the first claim value out of an IClaimsIdentity searching in the order of claim types provided in the claimTypes parameters.
(Defined by SecurityExtensions) |