SanteDBClaimsIdentity Methods |
The SanteDBClaimsIdentity type exposes the following members.
Name | Description | |
---|---|---|
AddClaim |
Add a claim
| |
AddClaims |
Add a claim
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindAll |
Find all matching
| |
FindFirst |
Find the first
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveClaim |
Remove the specified claim
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) | |
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.) |