Click or drag to resize

SanteDBClaimsPrincipalIdentity Property

Gets the primary identity

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public IIdentity Identity { get; }

Property Value

Type: IIdentity
The identity.

Implements

IPrincipalIdentity
See Also