| SanteDBClaimsUtilGetHandler Method |
Gets the specified claim type handler
Namespace:
SanteDB.Rest.Common
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax public static IClaimTypeHandler GetHandler(
string claimType
)
Public Shared Function GetHandler (
claimType As String
) As IClaimTypeHandler
public:
static IClaimTypeHandler^ GetHandler(
String^ claimType
)
static member GetHandler :
claimType : string -> IClaimTypeHandler
Parameters
- claimType
- Type: SystemString
[Missing <param name="claimType"/> documentation for "M:SanteDB.Rest.Common.SanteDBClaimsUtil.GetHandler(System.String)"]
Return Value
Type:
IClaimTypeHandler[Missing <returns> documentation for "M:SanteDB.Rest.Common.SanteDBClaimsUtil.GetHandler(System.String)"]
See Also