Click or drag to resize

SanteDBClaimsIdentityName Property

Gets the name of the current user.

Namespace: SanteDB.Core.Security.Claims
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public virtual string Name { get; }

Property Value

String
The name.

Return Value

String
The name of the user on whose behalf the code is running.

Implements

IIdentityName
See Also