Click or drag to resize

CredentialsPrincipal Property

Gets the principal represented by this credential

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public virtual IPrincipal Principal { get; }

Property Value

Type: IPrincipal
The principal.
See Also