IClaimsIdentity Interface |
Namespace: SanteDB.Core.Security.Claims
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 | |
|---|---|---|
| AddClaim |
Add a single claim
| |
| AddClaims |
Add multiple claims
| |
| FindAll |
Find all matching
| |
| FindFirst |
Find the first
| |
| RemoveClaim |
Remove a claim
|