Click or drag to resize

SanteDBClaimsPrincipalClaims Property

Gets the claims in all the identities

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 claims.

Implements

IClaimsPrincipalClaims
See Also