Click or drag to resize

IClaimTypeHandler Interface

Identifies a claim type handler

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IClaimTypeHandler

The IClaimTypeHandler type exposes the following members.

Properties
  NameDescription
Public propertyClaimType
Get the specified claim type this handler handles
Top
Methods
  NameDescription
Public methodValidate
Validate the specified claim
Top
See Also