IClaims |
The IClaimsPrincipal type exposes the following members.
| Name | Description | |
|---|---|---|
| Claims | Gets the claims | |
| Identities | Gets all the identities | |
| Identity | Gets the identity of the current principal. (Inherited from IPrincipal) |
| Name | Description | |
|---|---|---|
| AddIdentity | Add an identity | |
| FindAll | Find all claims | |
| FindFirst | Find all claims | |
| HasClaim | Determine if the principal has a claim | |
| IsInRole | Determines whether the current principal belongs to the specified role. (Inherited from IPrincipal) | |
| TryGetClaimValue | Find all claims |
| Name | Description | |
|---|---|---|
| GetClaimValue |
Get the specified claim
(Defined by SanteDBClaimTypes) | |
| GetFirstClaimValue |
Gets the first value of a matching claim type from an IClaimsPrincipal searching in the order specified in the parameters.
(Defined by SecurityExtensions) | |
| GetGrantedPolicies |
Gets the granted policies from the specified claims principal
(Defined by SecurityExtensions) | |
| IsElevatedPrincipal |
True if elevated principal
(Defined by ExtensionMethods) | |
| IsNonInteractivePrincipal |
True if the principal is not an interactive (user) principal
(Defined by ExtensionMethods) |