Click or drag to resize

SanteDBClaimsIdentityClaims Property

Gets the list of claims made about the identity

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public IEnumerable<IClaim> Claims { get; }

Property Value

Type: IEnumerableIClaim
The claim.

Implements

IClaimsIdentityClaims
See Also