Click or drag to resize

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
)

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