Click or drag to resize

IClaim Interface

Represents a claim abstraction

Namespace: SanteDB.Core.Security.Claims
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IClaim

The IClaim type exposes the following members.

Properties
 NameDescription
Public propertyType Gets the type of claim
Public propertyValue Gets the value of the claim
Top
Extension Methods
 NameDescription
Public Extension MethodGetHandler Gets the specified claim type handler
(Defined by ClaimsUtility)
Top
See Also