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: 2.2.1
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 MethodAsDateTime
As date time
(Defined by SecurityExtensions.)
Top
See Also